Answer Posted / urusa
Applets do not have constructors because we don't need to create the object of the applet class....so its justified that it is true that applets usually do not have constructors
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Can memory leak happen java?
What is loop in java?
What is the difference between sop and work instruction?
How many return statement are allowed in a function?
Is java good for beginners?
How can we run a java program without making any object?
Implement a stack with push (), pop() and min() in O(1) time.
Which number is denoted by leading 0x or 0x in java?
What are new features introduced with java 8 ?
Discuss different types of errors that generally occur while programming.
Is hashmap thread safe?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is passing parameters in java?
How many ways can you break a singleton class in java?
What is the purpose of garbage collection in java?