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
What is boolean query?
Can we create more than one object singleton class?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
Is set thread safe java?
What is meant by call by reference?
Explain the difference between throw and throws in java?
Name few java.lang classes introduced with java 8 ?
What is bitwise complement?
How do you compare values in java?
What is ascii code?
How do you override a method in java?
What is the public method modifier?
Explain purpose of sleep() method in java?
what are abstract functions?
What is the difference between a switch statement and an if statement?