java笔记3
https://www.cnblogs.com/aademeng/articles/11224733.html
a可克隆
https://blog.csdn.net/code_jober/article/details/8932180
c语言中
malloc()申请
free() 释放
java中
new()申请
1 加内存
2 换JVM
3 优化程序 框架
https://www.cnblogs.com/aademeng/articles/11224733.html
a可克隆
https://blog.csdn.net/code_jober/article/details/8932180
c语言中
malloc()申请
free() 释放
java中
new()申请
1 加内存
2 换JVM
3 优化程序 框架