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 data type is true or false?
What is function declaration?
Can you call one constructor from another if a class has multiple constructors?
Can memory leak in java?
What is the diffrence between inner class and nested class?
What is increment in java?
Is java a virus?
What are the limitations of procedural programming approach?
What are locale settings?
What is exception hierarchy in java?
What are the new features in java 8?
Can a static block throw exception?
what is nested class in java?
What is not thread safe?
What is the function of log?