Vidyalelo
Java Programming · Q5

Constructors and Methods

Programming · Java Programming · question 5

Q5

What does the "void" keyword indicate in a method declaration?

A.
The method does not return any value
Answer
B.
The method is private
C.
The method returns an integer value
D.
The method is static

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board