InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|