摘要: 3.public class IfTest{ public static void main(String args[]){ int x=3; int y=1; if(x=y) System.out.println("Not eq... 阅读全文
posted @ 2014-04-30 21:46 owen-beta 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 1.1) public class ReturnIt{2) returnType methodA(byte x, double y){3) return (short)x/y*2;4) }5) }what is valid returnType for methodA in line 2?这... 阅读全文
posted @ 2014-04-30 20:48 owen-beta 阅读(412) 评论(0) 推荐(0) 编辑