测试须知

https://blog.csdn.net/alice_tl/article/details/79889508

https://www.cnblogs.com/xiaobai-123/p/7235492.html

1.unix和linux区别

2.mysql左连接、右连接、内连接

https://blog.csdn.net/plg17/article/details/78758593

3.hashmap两种遍历方式

https://blog.csdn.net/gary0917/article/details/79783713

4.hashmap、ArrayList

5.堆栈队列

在Java中所有的对象(包括int的wrapper  Integer)都是在堆中分配的,但是这个对象的引用却是在Stack中分配。也就是说在建立一个对象时从两个地方都分配内存,在Heap中分配的内存实际建立这个对象,而在Stack中分配的内存只是一个指向这个堆对象的指针(引用)而已。

 

posted @ 2018-11-29 19:04  Lynne~  阅读(140)  评论(0编辑  收藏  举报