Q1- The statement to stop the execution of a construct. in java
Q2-Invoking a method by passing the objects of a class is termed as in java
Answers
Answered by
4
Answer:
1.Break
2. call a method in another class
Answered by
4
Explanation:
Break statement can be used in Java to Exit function or stop the execution of a construct.
In computer programming languages such as C, Java or python or other, we use these statement in conditional sense that if a certain condition is reached, then we need to exit the loop or simple continue to next loop.
Invoking a function is simply calling that function in any part of the main program or sub program
Similar questions