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 numeric data type?
Why to use nested classes in java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Explain thread in java?
Explain creating threads by implementing runnable class?
What is an argument in java?
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
What carriage return means?
Write a java program to generate fibonacci series ?
Define canvas?
What are wrapper classes?
Objects or references which of them gets garbage collected?