What is void?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers