摘要: java基础题目: 1、执行下列语句后i和n的值为,int i=10;int n=i++%5; 结果:i=11,n=0 2、对于下列代码哪些表达式的返回值为true: B public class Sample{ long length; public Sample(long l){length=l 阅读全文
posted @ 2016-03-13 16:37 AirMay 阅读(1039) 评论(0) 推荐(0)