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 it possible to instantiate the abstract class?
What does percent mean in java?
What is the main purpose of java?
What is a function argument in java?
Is hashmap thread safe?
whatis Home interface and Remoteinterface? with example?
Can a class be declared as static?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is difference between static variable and global variable?
Implementations of set interface?
How the interruptible method gets implemented?
Explain how can you debug the Java code?
What does java stand for?
What is the size of integer?
Highest level event class of the event-delegation model?