This pattern is ideal for the configuration class because there should only be one configuration object for the application.
这种模式对于configuration类是十分理想的,因为应用程序应当仅有一个配置对象。
2
But the code in AccessValue1 is very simple, making it an ideal target for run-time class generation.
但是AccessValue1中的代码非常简单,这使它成为运行时类生成的理想目标。
3
Unchecked exceptions which are descendents of RuntimeException class are the ideal candidate exceptions handle non-recoverable errors such as resource non-availability or some null Pointers.