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
How many ways can we create singleton class?
What is the use of hashmap in java?
Is java se free?
Why do we use regex?
What causes memory leak in java?
What does the three dot emoji mean?
What is the purpose of using the java bean?
What is string pool?
What is the difference between instanceof and isinstance?
What type of value does sizeof return?
What do you understand by Header linked List?
Can we override constructors in java?
What are the types of inner classes (non-static nested class) used in java?
What is the use of using enum to declare a constant?
What is parsing in grammar?