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
Difference between current previous versions of Java?
Why collection doesn’t extend cloneable and serializable interfaces?
How do you make an arraylist empty in java?
What is the use of optional ?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is method overloading in java ?
What do you understand by casting in java language?
Can we start a thread twice in java?
How do you access command-line arguments within the code?
What are the basics of core java?
What is autoboxing in java?
What is use of set in java?
what is the purpose of "virtual"?
What is the ==?
What restrictions are placed on method overriding in java programming?