Recent content by Southphilyman

  1. S

    Can we create another netbeans in netbeans?

    Netbeans is an IDE. http://en.wikipedia.org/wiki/Integrated_development_environment I'm not sure you can create netbeans inside of netbeans...but you can create javabeans inside of netbeans: http://wiki.netbeans.org/NetBeansJavaBeansTutorial
  2. S

    Java Sites to help teach/reinforce the java language

    Go directly to the source: http://download.oracle.com/javase/tutorial/. I also enjoy Java Passion, though it is not free: http://www.javapassion.com/portal/
  3. S

    General programming language question

    Don't worry about what specific language you are learning. Concentrate on the fundamentals of Object Orienting Programming. If you get a development job you will be required to constantly learn new languages and tools anyway. I'm in the US and Java is heavily used. C++ and Python is also good...
  4. S

    Java Where can I find free online resources to learn HTML, Javascript, and CSS?

    Not sure what a good learning resource for javascript outside of the w3 websites, but JQuery is a good library to use. http://jquery.com/
Back
Top