Advertisements
Advertisements
प्रश्न
The statement that brings the control back to the calling method is ______.
पर्याय
break
System.exit(0)
continue
return
MCQ
रिकाम्या जागा भरा
उत्तर
The statement that brings the control back to the calling method is return.
Explanation:
- The return Statement is used to exit a method and pass control back to the calling method.
- It can also return a value if the method is designed to do so.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?