Answer Posted / 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 |
Post New Answer View All Answers
What is nested class?
Why bytecode is called bytecode?
How do you format in java?
What are static initalizers in java ?
According to java operator precedence, which operator is considered to be with highest precedence?
What is another word for methodology?
How to sort a collection of custom Objects in Java?
Is passing by reference faster?
Why destructor is not used in java?
Can an interface have a constructor?
What is a concrete classes? Is Java object class is concrete class?
Which non-unicode letter characters may be used as the first character of an identifier?
How to sort array in descending order in java?
If a class is declared without any access modifiers, where can the class be accessed?
What will be the output of round(3.7) and ceil(3.7)?