The x() statement is a method call with a parameter of y which returns a boolean for the evaluation.
10
solved What is the result type of x in if (x(y)) in Java?
 
The x() statement is a method call with a parameter of y which returns a boolean for the evaluation.
10
solved What is the result type of x in if (x(y)) in Java?