今天学习了
ArrayList 链表的使用:
ArrayList a = new ArrayList()
在链表中加入a.add(),
得到链表某值 a.get(),
得到链表元素个数 a.size()
BigInteger大数类,
可处理任意大整数。
BigInteger b = BigInteger.valueOf(1);
b.multiply()
throw new IllegalArgumentException("xxxxx")
synchronized 关键字声明“同步”,在多线程程序中安全使用