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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?