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
Why map is used in java?
How to stop a thread in java? Explain about sleep () method in a thread?
How do singleton patterns work?
What is the maximum size of byte array in java?
What are the problems faced by java programmers who don't use layout managers?
Write code of any action class?
What are the different types of constructor?
How to invoke external process in java.
What is jvm? Why is java called the platform independent programming language?
What is an 8 bit word?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Can a source file contain more than one class declaration?
Does java return by reference?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What do you understand by private, protected and public?