zerolimit Posted December 26, 2002 Share Posted December 26, 2002 hey people im a newbie and want to learn java. If you could please!!! help me out. Any site I should check out to learn would be awsome. A small code so i can see how it is. I would greatly apreciate it Thanks and Merry Xmas Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted December 26, 2002 Share Posted December 26, 2002 http://developer.java.sun.com/developer/on...ing/BasicJava1/ // This is a completely useless class. // It prints out the text in the (). class SimpleJava { public static void main(String[] args) { System.out.println("I'm not going to do a 'Hello World'... aw crap!"); } } Link to comment Share on other sites More sharing options...
Question
zerolimit
hey people im a newbie and want to learn java. If you could please!!! help me out. Any site I should check out to learn would be awsome. A small code so i can see how it is. I would greatly apreciate it Thanks and Merry Xmas
Link to comment
Share on other sites
1 answer to this question
Recommended Posts