摘要:
参考链接:http://skyuck.iteye.com/blog/526358;www.nowcoder.com Java集合类提供了一套设计良好的支持对一组对象进行操作的接口和类。Java集合类里最基本的接口有: Collection:代表一组对象,每一个对象都是它的子元素。 Set:不包含重复 阅读全文
摘要:
1.创建 Java种线程的创建方法有三种: 1)继承Thread对象,实现run()方法 2)实现Runnable接口,实例化Thread接口 3)应用程序可以使用Executor框架来创建线程池 链接:http://www.cnblogs.com/dolphin0520/p/3932921.htm 阅读全文
摘要:
来源:www.nowcoder.com 1.Java中的集合类包括ArrayList、LinkedList、HashMap等类,下列关于集合类描述错误的是 ArrayList和LinkedList均实现了List接口ArrayList的访问速度比LinkedList快添加和删除元素时,ArrayLi 阅读全文
摘要:
1. What is the result of compiling and executing the following fragment of code: 1 Boolean flag = false; 2 if (flag = true) 3 { 4 System.out.println(“ 阅读全文
摘要:
1.publicinterfaceIService {String NAME="default";}默认类型等价表示是哪一项: public static final String NAME="default"; 解析:接口中的变量默认是public static final 的,方法默认是publ 阅读全文
摘要:
计算机网络实验一 阅读全文
摘要:
1290: Random IntegersTime Limit:1 SecMemory Limit:128 MBSubmit:72Solved:45[Submit][Status][Web Board]DescriptionWe choose an integer K (K > 0). Then w... 阅读全文
摘要:
1307: City TourTime Limit:1 SecMemory Limit:128 MBSubmit:549Solved:124[Submit][Status][Web Board]DescriptionAlice想要从城市A出发到城市B,由于Alice最近比较穷(不像集训队陈兴老师是个... 阅读全文
摘要:
1060: Nearest SequenceTime Limit:1 SecMemory Limit:64 MBSubmit:370Solved:118[Submit][Status][Web Board]Description Do you remember the "Nearest Number... 阅读全文
摘要:
DescriptionVaibhav Sir and Saikat Sir, after completing their graduation, got a job together at a store.Their boss at the store was Sidharth Sir, who ... 阅读全文