Is it possible to write static method in abstract class?
justyfy your answer?
Answer Posted / priyanjan
It is absolutely possible to write static method in
abstract class because static methods are class specific
not object specific and they can with name of class.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Is java platform independent?
What is a loop java?
What are the types of exceptions?
how to handle exceptions in ejb?
What classes of exceptions may be caught by a catch clause in java programming?
Why java is not 100% object-oriented?
How do constructors use this() and super()?
Why are data types important?
How many bits is a double?
What is the list interface in java programming?
What are the two types of java programming?
Why are the methods of the math class static?
Can private class be extended java?
What is an escape character in java?
How do you square a number in java?