Showing posts with label applet applet fundamentals. Show all posts
Showing posts with label applet applet fundamentals. Show all posts

Monday, 17 February 2014

APPLET FUNDAMENTALS IN JAVA

APPLET PROGRAMMING
How to Build a java applet...

An applet is a small Java program that is embedded and ran in some other Java interpreter program such as 

  •  a Java technology-enabled browser
  •  Sun’s applet viewer program called appletviewer
Applets do not use the main() method for initiating the execution of the code.Applets,when loaded,automatically call certain methods of Applet class to start and execute the applet code.
Applets cannot run any program from the local computer and they are restricted from using libraries from other languages such as C or C++.

Saturday, 1 February 2014

APPLET FUNDAMENTALS IN JAVA

APPLET PROGRAMMING
How to Build a java applet...

An applet is a small Java program that is embedded and ran in some other Java interpreter program such as 

  •  a Java technology-enabled browser
  •  Sun’s applet viewer program called appletviewer
Applets do not use the main() method for initiating the execution of the code.Applets,when loaded,automatically call certain methods of Applet class to start and execute the applet code.
Applets cannot run any program from the local computer and they are restricted from using libraries from other languages such as C or C++.