FireFox! The PHP Forum Loans and Credit
Panama Web Design for Hire Free Insurance Quotes!
Web Hosting Advertise Here $10 a Month Designer Children
Never Pay Taxes Again HGH Domain name registration
Web Hosting and Dedicated Servers Insurance Affordable web-hosting


HomeWatched TopicsRegisterSearchDirectory
FAQMemberlistUsergroupsLog inStoresItemsBank
Google

Reply to topic Page 1 of 1
Simple Java Tutorials
Message  
Reply with quote
Post Simple Java Tutorials 
Hello all, I was going to write up a few tutorials for java if you have never used it before. Java is actually quite simple. One you get the whole idea of object oriented design down, it comes fairly easily.

Here are the first step in creating your java file:
1. The class name must be the same name as the java file. (if the file is test.java, the class needs to be called test).

So, lets begin by creating the classical "Hello, World!" first program that we all know and love.

The understood java rules say that class names should begin with a uppercase letter. Know that having it in lowercase is perfectly fine, but that isn't the standard.

Code:
public class Hello
{
     public static void main(Strings[] args)
     {
     }
}


I am not going to go into full detail on what the public and class means. Just make sure you have public class NAMEOFCLASS and then public static void main(Strings[] args) to start out your java code.

Now to simple print out a message, you use System.out.println();

Code:
public class Hello
{
     public static void main(Strings[] args)
     {
     System.out.println("Hello, World!");
     }
}


Thats it! See how simple java can be? Hello, World! needs to have double quotes around it because it is a string.


-More to come later  Wink

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  



Google

FireFox! The PHP Forum Loans and Credit
Panama Web Design for Hire Free Insurance Quotes!
Web Hosting Advertise Here $10 a Month Designer Children
Never Pay Taxes Again HGH Domain name registration
Web Hosting and Dedicated Servers Insurance Affordable web-hosting


Web Design by PlatinumShore.com & Web Hosting by TradeWebHosting.com