Tech
Baba.com
Home
|
Ask a New Question
|
Register
|
LogIn
What is a void return type?
What is a void return type?
Donel
Views: 762 | Community Opinion:
1
Tags..
Java Interview
Core Java
Java qna
Bookmark this page..
Ask a New Question
Go to Home
Community Opinion/Answers
Delux
Said..
A void return type indicates that a method does not return a value.
What do you think? Add your opinion/answer
*Name
Please enter your name.
*your opinion/answer:
Related Questions & Answers:
What modifiers may be used with an inner class that is a member of an outer class?
What is the purpose of the wait(), notify(), and notifyAll() methods?
What happens when a thread cannot acquire a lock on an object?
When is the finally clause of a try-catch-finally statement executed?
How are this() and super() used with constructors?
If an object is garbage collected, can it become reachable again?