What is a void return type?
Answers were Sorted based on User's Feedback
it states that the method doesn't return anything.
| Is This Answer Correct ? | 38 Yes | 4 No |
Answer / ravikiran(aptech mumbai)
void return type infers that the method will not return anything
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / ari bhujang
it means that the perticular method doesnot have return type.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / ram
void means clearly we can say it doesn't return
anything .void is a non returntype function
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / latha
void is a return type. it dies not return any value.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to convert string to byte array and vice versa?
What is clipping?
Can you give few examples of final classes defined in java api?
What makes a function well defined?
What is the difference between actual and formal parameters?
what are three ways in which a thread can enter the waiting state? : Java thread
Does isempty check for null?
What are the Object and Class that classes used for?
if a java file without any source code is valid java file?
How can we achieve IPC in JAVA?
what is the difference between Object Based Language and Object Oriented Language?
What is the superclass of exception?