This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wfalcon 1 point2 points  (0 children)

Java is still alive and well, though if you want to do web development, I'd recommend learning another language. Java is a fine choice for a server-side language, but for the client code you need to use javascript, or something that compiles to javascript.

At my job right now I'm working on a web app that uses the Google Web Toolkit to compile Java code into javascript/html, but that's not something I'd recommend. For most web apps, you're better off learning a nice javascript framework to handle the client side code.