Just a question for anyone familiar with java - is it easy to learn on your own? I have a pretty strong understanding of C++ and visual basic. I am considering teaching myself java because I cannot take a class for it. I have heard it is almost the same as C++ so it may be easy to teach myself if I follow some online tutorials.
also - to get started should I be using NetBeans IDE?
Why Java? I feel as though it is a quickly dying language. You can do some great things with it, but as far as web usage it has slowly faded to a back burner.
See, I don’t understand why you would want to use it on webpages. It only works properly some of the time. Using PHP and ajax you can cover so much of what java can do, then throw in some flash and java is all but tanked except for specialty web based executable applications and terminal emulators.
Every language has a place for it. Java does not belong on the web IMO. It works very nice for server applications over a LAN or desktop software development but if you are doing a website, learn new technologies like Rails, AJAX application development, and other web scripting languages on top of graphical design.
Java != Javascript … which is what you are decscribing, yes client side Java is cumbersome and not really mainstream much there are some popular apps that utilize it.
However server side Java is not going anywhere. So many enterprise products use it. Websphere, Weblogic, jBoss there are so many to name.
It is a invaluable language for any programmer to have under his/her belt.