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 |
Explain numeric promotion?
How objects are stored in java?
Static Variable can referred in non-static method?
How do you load an HTML page from an Applet ?
What is called module?
What are the three parts of a lambda expression?
Can we extend immutable class?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
What is the difference between Byte stream and Charecter Stream?
What are the drawbacks of reflection?
Explain restrictions for using anonymous inner classes?
Why java is platform independent? Explain.