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
Can we extend immutable class?
What is Session reduplication and how its done?
how can you take care of mutual exclusion using java threads? : Java thread
What is Gang of four design patterns
What is use of functional interface in java 8? Explain
Is it possible to override private or static method in java?
What are default methods ?
What is the differences between c++ and java? Explain
What is string :: npos?
How do you clear a method in java?
Explain the difference between treeset and treemap in java?
What does the “static” keyword mean?
What does percent mean in java?
What is the difference between stringbuffer and stringbuilder class?
What is the use of using enum to declare a constant?