Can we have a abstract class withought any method? What is a
purspose of this?
Answer Posted / sneha
Ya we can have an abstract class withought any method...It helps to prevent it from being instantiated...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do you define a variable?
Can each java object keep track of all the threads that want to exclusively access it?
Is c better than java?
Does printwriter create a file?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Can I declare a class as private?
Define class?
What are the differences between the constructors and methods?
Can we sort hashmap in java?
What is meant by collection in java?
Why do we need singleton class?
How are observer and observable used in java programming?
What is the length of a string?
How do generics work in java?
What is the use of bufferedreader?