Vidyalelo
Java Programming · Q27

Constructors and Methods

Programming · Java Programming · question 27

Q27

What is a non-static (instance) method in Java?

A.
A method that belongs to an instance of a class
Answer
B.
A method that cannot be called on objects
C.
A method that is marked as "static"
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