Is it possible to write static method in abstract class?
justyfy your answer?
Answer Posted / krishna
Yes it is possible to write the Static Method in abstract
class, why because every static method loads when the class
is executed all the static members of a class is executed.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the importance of import keyword in java?
Give a practical example of singleton class usage?
What is the difference between a local variable and an instance variable?
Can finally block be used without a catch?
What do you mean by JVM?
What are constants and how to create constants in java?
How does hashmap work in java ?
What is the use of string and stringbuffer?
What are sets in java?
What is size () in java?
What is io stream in java?
What is the point of java?
Can a static method be overridden in java?
How will you load a specific locale?
What is the difference between an interface and an abstract class?