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
Explain wait() method of object class ?
Can you instantiate the math class?
What is the relationship between class and object?
Is the empty set a singleton?
Can we have two main methods in a java class?
What is the static keyword?
What is the difference between numeric and integer?
What is the dot operator?
What is off heap memory?
Write a program to check for a prime number in java?
How can we make sure main() is the last thread to finish in java program?
How to invoke external process in java.
Can a final variable be initialized in constructor?
Is heap stored in ram?
What is meant by attribute?