Wednesday 20 March 2013

Java Application

hi!guys today i want to talk about java application
so here we go
as you all know that java is the pure object oriented programing language that totally depend upon their classes and objects so without classes you can't execute single line of code...
There are two types of Application in Java
  1. Java Standalone Application
  2. Java Applet
Java standalone application are the application that requires for their execution process compiler or interpreter  whereas Applet is java application that requires third party for their execution ..for applet  web browser is required for their execution ..

Java Applet have 5 steps of life cycle
  • void init()        //for initialization purpose
  • void start()      //for starting of applet 
  • void stop()      //for stop purpose of the applet
  • void destroy()//for destroy
  • void paint() //for graphic purpose  
for  more information join  these sites
http://myitbird.blogspot.com/
http://myitbird.blogspot.com/
http://myitbird.blogspot.com/


3 comments: