Answer Posted / shalu
init();
start();
pain();
stop();
destory();
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Can we execute a program without main() method?
How many ways can we create the string object?
When a byte datatype is used?
How to use Media tracker Class.
Explain the difference between extends thread vs implements runnable in java?
Can an interface have a constructor?
What is meant by nested loop?
What is the abstract class?
How many ways can we create singleton class?
Can we use synchronized block for primitives?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is nan inf?
Can a hashset contain duplicates java?
Tell me how many ways are there to initialise an integer with a constant.
Which types of exceptions are caught at compile time?