Friday 22 March 2013

Print Hello in Java

// Example by Dx panchal
 
public class HelloWorld {

 
    public static void main (String[] args) 
     {
 System.out.println ("Hello World!");
    }
}
 
 

No comments:

Post a Comment

How to change Background color by selecting color from Listview

activitymain.xml file::> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xm...