Q15
What is a "static" method in Java?
A.
A method that belongs to the class rather than an instance
AnswerB.
A method that cannot be called from other classes
C.
A method that cannot be overridden
D.
A method that returns a static value
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board