How to initialize an Applet ?
Answers were Sorted based on User's Feedback
Answer / kalamata kalyani
By using init() method we can initialize applet.This
function is called only once at the beginning of the
program.
Is This Answer Correct ? | 21 Yes | 4 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
Using public void init();method of the Applet life cycle we
can initialize an applet.
Is This Answer Correct ? | 19 Yes | 6 No |
Answer / pakaj nigam
hi applet is to be initialized as this method
public void init()
init-refers to initialized
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raushan
/* <applet code=classname.class width="500" height="500"></applet> */
add this code in your program as it is written (along with comment symbol) just after import of packages.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / urooj khan
simply make ur class public...that's it... :)
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / david
I cannot initialize my applet. Can anyone tell me in an easy
way, being a newbie, how to get it upl and running please
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / ravikiran(aptech mumbai)
inorder to initialize applet we have to override init()
method of the Applet class
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / sleep
my runescape.com will not work it says applet not initialize
Is This Answer Correct ? | 0 Yes | 4 No |
What is the difference between static synchronize() metod and synchronize() method?
What is computer compiler?
What is operator overloading. Is it is supported in java?
I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
Where is jre installed?
What do you understand by copy constructor in java?
Can array grow dynamically in java?
What are the types of loops in Java, and how are they used?
what is meaning of JIT?
What is Runtime class and its purpose?
How to create an instance of a class if the class has private constructor?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?