会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
owen-beta的学习笔记
博客园
首页
新随笔
订阅
管理
04 2014 档案
SCJP_104——题目分析(2)
摘要: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
阅读(328)
评论(0)
推荐(0)
SCJP_104——题目分析(1)
摘要: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
阅读(462)
评论(0)
推荐(0)
公告