hi
i know js is essential for a programmer/webdesigner
but how about java?
is that used so much?
is java needed
Moderator: General Moderators
Keep in mind that Javascript is a client side language, interpreted in the browser, so it is really essential for any kind of web page design. Java is a server side language that normally runs in the server, so if you're going to do any sophisticated server programming, Java is a good tool to have in your toolkit. As infolock said, it is only one of several programming languages and you can get into a big argument about which one is "better". You should certainly know at least one of them.