+ 3
Is it necessary to learn java for developing website??
6 Respostas
+ 4
no. Java is not used for websites at all. the language to code for websites is JavaScript. This might help http://adf.ly/1nNtid
+ 3
No.
But may need a replacement of it:
HTML, CSS, JS +
- PHP
- C#
- Python
Plus:
- HTTP, DOM, web technologies and frameworks
- data base
- others
+ 2
Well, he can't be a serious web dev with only HTML and CSS. So JS is mandatory here.
As for Java, it can be used as a server-side, such as C#, PHP and Python.
+ 2
Java can be used for web development. Using Java Server Pages(jsp) and Sockets.
+ 1
No, I have found that HTML, CSS, and JavaScript are the three key languages for web development. JavaScript is different from Java, and you do not need it to start developing, but it is nice for user interaction.
0
thank you all