Answer Posted / 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 |
Post New Answer View All Answers
How do you do math powers in java?
Differentiate between vector and array list.
What is the difference between abstraction and encapsulation?
What is an exception? difference between Checked and Unchecked exception in Java
Can we use string in switch case in java?
What is an abstract class and what is it’s purpose?
What is vector?
When do you get classcastexception?
Tell some latest versions in JAVA related areas?
How do you invoke a method?
What is stringreader?
What is the use of conditional statement?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is lambda programming?
Why we cannot override static method?