Results 1 to 4 of 4
Thread: Where do i start?
- 07-22-2011, 08:06 AM #1
Member
- Join Date
- Jul 2011
- Posts
- 1
- Rep Power
- 0
Where do i start?
Im new to java and i want to learn as much as i can from it. Could anyone point me in the right direction where i should go to learn more? To give an example of my current skill's with java this is something i know and understand (also i know this could be simpler but i figured i would throw something else in for fun:
public class helloworld {
public static void main(String[] args) {
String a = "hello";
String b = "world";
System.out.println(a);
System.out.println(b);
}
}
- 07-22-2011, 08:15 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,604
- Blog Entries
- 7
- Rep Power
- 17
Start with the tutorials;they're a must read.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 07-22-2011, 08:28 AM #3
Over at the Java Progamming Forums they have this thread
500 Ways to Print 1 to 10
Maybe they should start a similar "Hello World" thread.
- 07-22-2011, 09:08 AM #4
Senior Member
- Join Date
- Feb 2011
- Location
- Georgia, USA
- Posts
- 122
- Rep Power
- 0
One thing that really helped me was a video series from one of Stanford University's Comp Sci intro courses that is available on iTunes(completely free) it is about 25 or 30 one hour lectures that will cover most of the basics of Java. The course is title Programming Methodology and you can find it by searching in iTunes store.
Similar Threads
-
Start Swing GUI program by Java Web Start with IE in Eclipse debug mode
By albertkao in forum EclipseReplies: 1Last Post: 01-18-2011, 06:27 PM -
How to start and what to use?
By colpwd in forum New To JavaReplies: 3Last Post: 10-08-2010, 01:10 AM -
How do you start a Java program from the "Start" menu under Windows?
By ScottVal in forum New To JavaReplies: 5Last Post: 03-20-2009, 10:04 PM -
Where to start?
By McChill in forum New To JavaReplies: 5Last Post: 02-19-2009, 02:26 PM -
How to start
By sand.softnet1 in forum New To JavaReplies: 5Last Post: 09-05-2008, 07:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks