Let's Start: Creating Java Appliction

Java has three applictions and that are:

  • Console Applictions
  • Windows Applictions
  • Applet Applections
All aplictions are created by Java and interpreted using Java Virtual Machine is called class so the firat step is to create a class, this class contains the code to be run which is divided into functions called methods (this will be illustrated more later)
The main syntax to the class as follow:

Class Class_name
{
           The building block for the class
} 
//the method (first function to run when runnung the appliction) is called main metod when running the appliction runss is start running from it has the following syntax:
public static void main (String[] args)
{
                       the building block for the method(function)
} 
So to build an appliction the structure block for starting the class is as follow:
Class class_name
{
public static void main(String[] args)
   {
      //the building block for the method (funtion) code written here
    }
}

5 Comments:

العاب said...

well done

العاب فلاش said...

nice blog

Unknown said...

شكرا على الموضوع
مدونة ايفونك
http://www.iphone-k.com/wp/

شركة تنظيف بيوت بالرياض 0569075545 said...

[url=http://khaled-clean.com/%D8%B4%D8%B1%D9%83%D8%A9-%D8%AA%D9%86%D8%B8%D9%8A%D9%81-%D8%A8%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6/]شركة تنظيف[/url] - [url=http://khaled-clean.com/%D8%B4%D8%B1%D9%83%D8%A9-%D8%AA%D9%86%D8%B8%D9%8A%D9%81-%D8%A8%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6/%D8%B4%D8%B1%D9%83%D8%A9-%D8%AA%D9%86%D8%B8%D9%8A%D9%81-%D8%A8%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6/]شركة تنظيف بالرياض[/url] - [url=http://khaled-clean.com/%D8%B4%D8%B1%D9%83%D8%A9-%D8%AA%D9%86%D8%B8%D9%8A%D9%81-%D8%A8%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6/%D8%B4%D8%B1%D9%83%D8%A9-%D8%AA%D9%86%D8%B8%D9%8A%D9%81-%D8%A8%D8%AC%D8%AF%D9%87/]شركة تنظيف بجده[/url]

شركة تنظيف بيوت بالرياض 0569075545 said...

[url=http://http://khaled-clean.com]شركة تنظيف منازل بالرياض[/url]

Post a Comment