当前位置:网站首页>0728~面试题梳理
0728~面试题梳理
2022-07-29 01:53:00 【生活可真难啊】
说说jvm的垃圾回收算法?
标记清除算法:先把对象进行标记,然后再统一进行清除,就叫做标记清除算法;
标记整理算法:先把对象按内存地址值排序,先标记存活的对象,然后再按照内存地址值进行排序,清除未被标记到的;
标记复制算法:按内存实际容量划分为两个大小一样的空间,每次只使用一个,等这个使用完了,然后使用完后另外一个存活的对象复制到这一个上去,然后清除使用过的对象;
说说jvm垃圾回收机制?
哪些对象需要回收?被弃用的常量,没有被引用的对象;
什么时候回收?当类被弃用的时候;
如何回收?用引用计数法判断对象是否存活,再进行垃圾收集器;
简历模板话术的梳理
边栏推荐
- 如何把thinkphp5的项目迁移到阿里云函数计算来应对流量洪峰?
- WebView attack
- Even PostgreSQL problem: expected authentication request from server, but received V
- QT learning notes -37.qregex and regular expressions
- ES6 event binding (v-on usage)
- Prometheus + AlertManager 消息预警
- 【golang学习笔记2.2】 Map、结构体和接口
- [cloud native and 5g] micro services support 5g core network
- [upload pictures can be cut-1]
- 裂开了,一次连接池参数导致的雪崩问题
猜你喜欢
Responsive dream weaving template hotel room website
The outsourcing company "mixed" for two years, and I only did five things seriously. Now I get byte offer smoothly.
发布融资需求1.29亿元,大科城项目路演持续浇灌科创“好苗子”
开启TLS加密的Proftpd安全FTP服务器安装指南
Data security and privacy computing summit - development and application of security intersection in privacy Computing: Learning
会议OA之会议通知
多边形点测试
Prometheus + alertmanager message alert
响应式织梦模板装修设计类网站
如果非要在多线程中使用 ArrayList 会发生什么?
随机推荐
JVM memory overflow online analysis dump file and online analysis open.Hprof file to get JVM operation report how jvisualvm online analysis
如何把thinkphp5的项目迁移到阿里云函数计算来应对流量洪峰?
向量相似度评估方法
3D模型格式全解|含RVT、3DS、DWG、FBX、IFC、OSGB、OBJ等70余种
What should I do if excel opens a CSV file containing Chinese characters and there is garbled code?
即时通讯场景下安全合规的实践和经验
Explain the four asynchronous solutions of JS in detail: callback function, promise, generator, async/await
【上传图片2-可裁剪】
How awesome is the architecture of "12306"?
Experiment 2: Arduino's tricolor lamp experiment
Waiting queue wait_ queue
[mqtt from introduction to improvement series | 09] Wireshark packet capturing and analyzing mqtt messages
What happens if you have to use ArrayList in multithreading?
How to quickly design a set of cross end components that support rendering rich text content
NPM install reports an error: eperm: operation not permitted, rename
Explain asynchronous tasks in detail: task status and lifecycle management
Responsive dream weaving template home decoration building materials website
响应式织梦模板装修设计类网站
Kubesphere-多节点安装
npm install 报错 Error: EPERM: operation not permitted, rename