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 is meant by 'bit masking' in java?

0 Answers   DELL,


explain about jre and jvm

2 Answers  


Why main method is static in java?

0 Answers  


why we are calling j2se why not j1se or j3se or j4se..etc is there any reason.. can u please explain it... i shocked in my interview when they asked this question please explain ans

2 Answers   Infosys,


does java support pointers?

0 Answers  






What does string [] args mean?

0 Answers  


what happens when we add the objects morethan the size limit to a hashmap

1 Answers  


What is a numeric string?

0 Answers  


Why java doesn’t support multiple inheritances?

0 Answers  


What is java in layman terms?

0 Answers  


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


Can we create a class inside a class in java?

0 Answers  


Categories