1. public class ReturnIt {  2. return Type methodA(byte x, double y) {  3. return (short)x / y * 2;  4. }  5. }  What is the narrowest valid returnType for methodA in line2?()  

A .  int B .  byte C .  long D .  short E .  float F .  double

时间:2022-11-09 15:40:55 所属题库:SCJP程序员认证考试题库

相似题目