State six features of return statement in java?
Answers
Answered by
2
Answer:
In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after the instruction which called the subroutine, known as its return address. The return address is saved by the calling routine, today usually on the process's call stack or in a register. Return statements in many languages allow a function to specify a return value to be passed back to the code that called the function.
Answered by
0
Answer:
Object Oriented. In Java, everything is an Object. ...
Platform Independent. ...
Simple. ...
Secure. ...
Architecture-neutral. ...
Portable. ...
Robust. ...
Multithreaded.
Explanation:
Similar questions
Psychology,
5 months ago
CBSE BOARD X,
5 months ago
Science,
5 months ago
Social Sciences,
10 months ago
Math,
1 year ago
Science,
1 year ago
English,
1 year ago