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 |
what is difference between servletconfig and servletcontext?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is passing value java?
Is multiple inheritance allowed in Java? Why ?
What are the 4 types of characters?
Can we call the run() method instead of start()?
How do you avoid global variables?
Explain difference between final, finally and finalize?
What is “try and catch” in java
What is * argv?
Can an object be null?
Is java good for beginners?