Answer Posted / rohit chhabra
usualy applets hv no contructors coz we do't need to create
object of the applet class...
but if one wants to create an object of an applet class,
create it in static block...This block execute before init
method..
| Is This Answer Correct ? | 45 Yes | 4 No |
Post New Answer View All Answers
What is a priority queue java?
What is meant by 'Class access modifiers'?
What is the difference between jvm and jre? What is an interface?
What do you mean by an interface in java?
How do I find and replace in word?
What is constructor and virtual function? Can we call a virtual function in a constructor?
what is the final keyword denotes in java?
What is the program compilation process?
What is a boolean flag in java?
Give some features of interface?
What is procedure overloading?
what is a green thread? : Java thread
Is 0 an irrational number?
How to instantiate member inner class?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?