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 meant by distributed application? Why are we using that in our application?
is there any function in java to make the text to blink?
briefley expalin about the packages
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
How does hashset work in java?
Which is better ascii or unicode?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Is null false in java?
Why webdriver is an interface?
What is the use of inner class?
What is a thin-client application?
What do you understand by casting in java language?