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
Does constructor return any value?
Is java a pure object oriented language?
Is string serializable in java?
Implement two stacks using a single array.
Can a class have 2 constructors?
Explain about java sdk?
What is * argv?
What is the difference between ArrayList and Vector? which one is better in Java
What is array length in java?
Which class cannot be a subclass in java?
Which non-unicode letter characters may be used as the first character of an identifier?
What is jvm? Why is java called the platform independent programming language?
What is the maximum size of a string in java?
What is the difference between static and global variables and also define what are volatile variables?
What is the technique adopted to create an immutable class?