How to initialize an Applet ?

Answers were Sorted based on User's Feedback



How to initialize an Applet ?..

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

How to initialize an Applet ?..

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

How to initialize an Applet ?..

Answer / niranjanravi

by init()

Is This Answer Correct ?    15 Yes 9 No

How to initialize an Applet ?..

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

How to initialize an Applet ?..

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

How to initialize an Applet ?..

Answer / urooj khan

simply make ur class public...that's it... :)

Is This Answer Correct ?    0 Yes 0 No

How to initialize an Applet ?..

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

How to initialize an Applet ?..

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

How to initialize an Applet ?..

Answer / sleep

my runescape.com will not work it says applet not initialize

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Core Java Interview Questions

What do you understand by a Static Variable?

0 Answers   CGI,


Tell me about different OOPS concepts.

0 Answers   Amdocs,


What is the purpose of using the java bean?

0 Answers  


What are void pointers?

1 Answers  


How do you create a bulleted list?

0 Answers  






What is a data structure java?

0 Answers  


Can we use static class instead of singleton?

0 Answers  


What does java se mean?

0 Answers  


What is the java reflection api? Why it’s so important to have?

0 Answers  


I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

2 Answers   Huawei,


Why lambda expression is used in java?

0 Answers  


int a=1,b=10; System.out.println(a+b--);

12 Answers   HCL,


Categories