Latest News

 










Java : Types of Programs

Previous slide Next slide Back to first slide View graphic version


Java : Types of Programs


 
My other sites

Latest News

 










Java : Types of Programs

  • Applets :

    • Execute on HTML Browsers.
    • Have severe security restrictions.
  • GUI Applications :

    • Are Interpreted and Executed.
    • Use the current’s platform’s GUI widgets.
    • Must have a standard entry point.
    • Mostly use Java’s AWT or JFC packages.
  • Console Applications :

    • Simple Text Console.

Previous slide Next slide Back to first slide View graphic version