Is void a return type?



Is void a return type?..

Answer / Aashish Kumar

Yes, 'void' is a return type in Java that indicates the method does not return any value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain numeric promotion?

1 Answers  


How objects are stored in java?

1 Answers  


Static Variable can referred in non-static method?

3 Answers  


How do you load an HTML page from an Applet ?

2 Answers  


What is called module?

1 Answers  


What are the three parts of a lambda expression?

1 Answers  


Can we extend immutable class?

1 Answers  


give me the answer of this code class A extnds String This code we can write r not in Java? Explain?

4 Answers  


What is the difference between Byte stream and Charecter Stream?

2 Answers   Tarang Software,


What are the drawbacks of reflection?

1 Answers  


Explain restrictions for using anonymous inner classes?

1 Answers  


Why java is platform independent? Explain.

1 Answers  


Categories