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 |
Explain the difference between throw and throws in java?
transaction attributes ?
What are the topics in advance java?
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
How are the elements of a gridbaglayout organized in java programming?
What is byte code and why is it important to java’s use for internet programming?
Can there be an abstract class with no abstract methods in it?
What is mvc in java?
What is a “stateless” protocol ?
What is autoboxing in java?
What is rule of accessibility in java?
What is main method?