What does a void function return?
Answer / Atul Chauhan
A void function in Java does not return any value. Instead, it performs some specific task or operation without producing a result that can be assigned to another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)
Enlist diffrent types of inheritance supported by java?
can we override the main() method in java????
3 Answers Vimukti Technologies,
How to add and remove nodes in Jtree?
Define inheritance with reference to java.
what is ennumaration?
What are the supported platforms by java programming language?
How does singleton class work?
When garbage collector invokes object?s finalize() method?
When super keyword is used?
Objects or references which of them gets garbage collected?
Write a program to calculate factorial in java?