Answer Posted / venkatesh
abstract class have atleast abstract method
it is maily used for to prevent create object of class.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is the difference between Grid and Gridbaglayout?
Explain about collection interface in java?
Can I uninstall java?
What is default switch case? Give example.
What is files manifesting?
Explain how to force the garbage collection in java.
Implement a stack with push (), pop() and min() in O(1) time.
What do you mean by thread safe?
What is the += operator called?
What are the basics of core java?
What are the files generated after using IDL to java compiler?
What is the base class in java from which all classes are derived?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
How can we make copy of a java object?
What does sprintf mean?