Answer Posted / roy antony arnold
Don't say like this....
Answer:
Applets don't usually have constructors because an applet
isn't guaranteed to have a full environment until its
init() method is called. For example, the Applet image
loading methods don't work inside an applet constructor, but
can be called from the init() method.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is a nested list?
Which object oriented concept is achieved by using overloading and overriding?
What is the use of static class?
Can list be null in java?
Is set ordered in java?
What is a pointer and does java support pointers?
Explain numeric promotion?
What are synchronized blocks in java?
Explain the difference between runnable and callable interface in java?
What is callable java?
Does substring create a new object?
What is intern method in java?
What is stack class in java?
Which are different kinds of source code?
What is tcp and udp?