J2SE Question:
Download Questions PDF

What is void?

Answer:

A Java keyword used in method declarations to specify that the method does not return any value. void can also be used as a nonfunctional statement.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is while?What is URN?