Java Applet Programming Question:

How will you initialize an Applet?

Java Applet Interview Question
Java Applet Interview Question

Answer:

Write my initialization code in the applets init method or applet constructor.


Previous QuestionNext Question
What is an Applet? Should applets have constructors?How to insert your applets into FrontPage?