Answer Posted / ms
an abstract class is one which only gives the body of the
class containing the methods with out any
implementation.the abstract methods and the abstract
objects cannot be instantiated
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Explain working of call by reference function invoking.
What is nextint java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What are conditionals and its types?
How to display names of all components in a Container?
What is the console in java?
What's the purpose of static methods and static variables?
List the three steps for creating an object for a class?
What is hashtable and explain features of hashtable?
Explain serialization and deserialization in java?
What is a default method?
What is the difference between and ?
Is java same as core java?
What is thread synchronization in java?