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
What are recursive functions?
Can inner class final?
When is update method called?
What is boolean false?
What is the purpose of assert keyword used in jdk1.4.x?
How can I become a good programmer?
What are different types of states exist for a thread?
What is string made of?
What about member inner classes?
What is the Difference between Final Class && Abstract Class?
What are the legal parameters?
Can we call a non-static method from inside a static method?
Why set do not allow duplicates in java?
Why is it called buffering?
What are the differences between processes and threads?