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
Can singleton class be serialized?
What are daemon Threads in java?
Is assembly language a low level language?
How does predicate work in java?
When parseint method can be used?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is a static class in java?
What is difference between synchronize and concurrent collection in java?
What is widening and narrowing in java? Discuss with an example.
What makes a function well defined?
How many threads can I run java?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is queue in java?
What is the importance of main method in Java?
What is a static method in java?