`
zhoulf
  • 浏览: 4876 次
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
原文链接 http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp This document provides information on typical command-line options and environment variables that can affect the performance characteristics of the Java HotSpot Virtual Machine. Unless otherwise noted, all information in this docum ...
see attachment
Probably the first design pattern that every software developer learns is Singleton and lazy loading of Singleton classes. The usual example, goes something like this: public class Singleton { static Singleton instance; public static synchronized Singleton getInstance() { if (instance == nul ...
Global site tag (gtag.js) - Google Analytics