J2SE Question:

What is return?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword used to finish the execution of a method. It can be followed by a value required by the method definition.


Previous QuestionNext Question
What is root?What is raster?