111k views
16 votes
Which term is a Java keyword indicating that a method will not return a value?

A) void

B) public

C) undefined

D) null

1 Answer

12 votes

Answer:

Void

Step-by-step explanation:

The void keyword specifies that a method should not have a return value.

User Bob Brunius
by
4.0k points