+ 1
How can I know that which program can made with which language
Like a Web pages can make with html and other languages
3 Answers
+ 5
Hi, all the programming languages are unique in themselves. Mostly,
â Java is one of the most popular programming languages, used for building server-side applications to video games and mobile apps.
â Python is mostly taught language in schools and used in a.i and making apps.
â javascript is mostly used to make web apps.
â Ruby is use to make app and web app (ruby on rails).
â PHP is often used in conjunction with dynamic data-heavy websites and app development.
Except these there are also SQL, C, C++, etc.
Any of the result or any code can be written in any language and you just have to master one and other languages will automatically become easy to learn.
Hope this might help you.
đHAPPY CODING đ
+ 2
Yea , you can make web pages using HTML , CSS and JavaScript.
+ 2
Each language has its own strengths. You can derive possible (better: recommended) applications from the individual strengths, or just google it. In theory you could build almost everything based on each language (maybe the hard way, but in general possible). Even some companies sometimes try to implement applications in less suitable languages.