What is the purpose of the return statement?
Answer / Bimalesh Kumar Singh
The return statement is used in programming to exit a function or method and specify a value to be returned to the calling environment. This allows the caller to use the result as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do bitwise operators do?
What are the Class Libraries ?
Why hashmap is used in java?
What is default specifier ??? Use of default specifier ???
What is the significance of continue jump statement? Explain with an example.
How we can execute any code even before main method?
What is the largest number a double can hold?
What is tree node in java?
Is there a sort function in java?
What is the use of flag?
What is ascii format?
Explain notify() method of object class ?