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 |
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
Convert a BST into a DLL and DLL to BST in place.
What is the main purpose of serialization in java?
What are the ways to instantiate the class class?
What are the two parts of a conditional statement?
Where will it be used?
Is zero a positive integer?
What enableEvents() method do?
Can a boolean be null java?
What is object class in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is a resource leak ?