Vidyalelo
Java Programming · Q15

Constructors and Methods

Programming · Java Programming · question 15

Q15

What is a "static" method in Java?

A.
A method that belongs to the class rather than an instance
Answer
B.
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