Jump to content

Learning Java


Guest h4344

Recommended Posts

Guest h4344

Well after countless hours of YouTube i finally had a ding go off in my head. I now understand the things i have learned so far and made this with my new found skills.For those who know java i know its not all that impressive but this is some of the coolest stuff ever for me.

 

public class test {

public static void main(String[] args){

 

String a = "Unknown";

String b = "Soldiers";

 

System.out.println(a);

System.out.println(b);

}

}

Link to comment
Share on other sites

Guest Ret.Maj.Xander=US=
Congrats man. What IDE are you using Eclipse? Netbeans? Some good sites for help are stackoverflow.com and dreamincode.net. I highly suggest just starting a project, like a simple game or GUI and just learn along the way. It is the fastest way you will learn.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...