+91-85006-22255
What is the widest valid returnType for methodA in LINE K?
returnType
methodA
LINE K
public class ReturnIt { returnType methodA(byte x, double y) //LINE K { return (long)x / y * 2; } }
Topic: Java Methods - Parameter Passing And Scope
Read this topic Take test on this topic
Open In App