There can be a abstract class without abstract methods, but
what is the need to declare a class abstract if it doesn't
contain abstract methods?
Answer Posted / keerthi
It is used prevent creating object of abstract class.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Does java return by reference?
How list contains works in java?
How to use string tokenizer class.
What checkbox method allows you to tell if a checkbox is checked?
What is void in java?
What is nextint java?
When do you call copy constructor?
What do you mean by compiler?
Why do we need wrapper class?
How to change value in arraylist java?
What do you mean by inner class in java?
What is the differences between c++ and java? Explain
can rmi and corba based applications interact ?
Is a method a function?
What is difference between == equals () and compareto () method?