What is a void return type?

Answers were Sorted based on User's Feedback



What is a void return type?..

Answer / niranjanravi

it states that the method doesn't return anything.

Is This Answer Correct ?    38 Yes 4 No

What is a void return type?..

Answer / ravikiran(aptech mumbai)

void return type infers that the method will not return anything

Is This Answer Correct ?    24 Yes 3 No

What is a void return type?..

Answer / ari bhujang

it means that the perticular method doesnot have return type.

Is This Answer Correct ?    5 Yes 2 No

What is a void return type?..

Answer / luck

void means nothing so it will return nothing

Is This Answer Correct ?    5 Yes 2 No

What is a void return type?..

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

What is a void return type?..

Answer / latha

void is a return type. it dies not return any value.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is locale in java?

0 Answers  


Difference between notify() method and notifyall() method in java?

0 Answers  


What code optimizations techniques you follow in general practice?

2 Answers   Accenture, TCS, Wipro,


What is array initialization in java?

0 Answers  


How to optimize the javac output?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?

4 Answers  


What is garbage collection? Can it be forced to run?

0 Answers   Global Logic,


What is a ternary operator in java?

0 Answers  


What is the advantage of functional interface in java 8?

0 Answers  


How to add panel to a Frame?

5 Answers  


How do you remove duplicates in java?

0 Answers  


Categories