Wednesday, February 7, 2007

What are the steps involved in Applet development?

Following are the steps involved in Applet development:
o Create/Edit a Java source file. This file must contain a class which extends Applet class.
o Compile your program using javac
o Execute the appletviewer, specifying the name of your applet’s source file or html file. In case the applet information is stored in html file then Applet can be invoked using java enabled web browser.


SOURCE : www.referjava.com

No comments: