Java Applet Programming Question:
Download Job Interview Questions and Answers PDF
What are the steps involved in Applet development?
Answer:
Following are the steps involved in Applet development:
► Create/Edit a Java source file. This file must contain a class which extends Applet class.
► Compile your program using javac
► 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.
► Create/Edit a Java source file. This file must contain a class which extends Applet class.
► Compile your program using javac
► 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.
Download Java Applet Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the Applets information methods? | Which method is used to output a string to an applet? Which function is this method included in? |