Answer Posted / rakesh@crr
if a class contains abstract method,that class must be
declared as a abstract class. abstract methods contains only
declarations. it does not contain objects.
| Is This Answer Correct ? | 16 Yes | 12 No |
Post New Answer View All Answers
What is the purpose of the system class in java programming?
What is java basic concept?
What is increment in java?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is use of valueof () in java?
Explain about version control?
How does hashset works in java?
Give a brief description of java socket programming?
Difference between arraylist and vector.
What is local class in java?
What is the use of string and stringbuffer?
What are inner classes or non static nested classes in java?
Can we have more than one package statement in the source file?
What are sets in java?
Is there any limitation of using inheritance?