Skip to content

Latest commit

 

History

History
executable file
·
2 lines (2 loc) · 185 Bytes

InterviewQues.md

File metadata and controls

executable file
·
2 lines (2 loc) · 185 Bytes

What is the default return value of a function in JAVA ? In Java, if a function does not explicitly specify a return value using the return keyword, the default return value is void.