Answer Posted / priyanka tiwari
abstract class contains abstract method and if method will
be abstract the class should be abstract class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we inherit a class with private constructor?
What is meant by JVM? Is JVM platform independent or not?
Explain with example the concept of constant variable in java.
Can a main method be declared final?
How do you decide when to use arraylist and linkedlist?
Can a abstract class be defined without any abstract methods?
which pattern is default in scanner package?
Are global variables initialized to zero?
What is role of void keyword in declaring functions?
Can vector have duplicates in java?
What is the access scope of protected access specifier?
What is constructor in java ?
How to create a custom exception?
What are the differences between getting and load method?
What is balanced tree in java?