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 are bind parameters?

0 Answers  


What is casting?

3 Answers  


Is age discrete or continuous?

0 Answers  


What are the different ways of implementing thread? Which one is more advantageous?

0 Answers  


what are the application of compiler and interpreter for source program

2 Answers  






What is multi-catch block in java?

0 Answers  


Is heap stored in ram?

0 Answers  


What is JVM ?

4 Answers   Phantom Technologies, TCS,


What are the differences between processes and threads?

0 Answers  


How many bytes is double?

0 Answers  


What is the difference between abstraction and encapsulation?

0 Answers  


What is the applet security manager, and what does it provide?

0 Answers  


Categories