1.Each new Java platform release brings with it a new set of command-line tools buried away inside of the JDK's bin directory.
每一个新的Java平台发布都会带来新的命令行工具集,它们位于JDK的bin目录。
2.If you are looking for an easy-to-use replacement for JDK date processing, then you really should consider Joda.
如果您正在寻找一种易于使用的方式替代JDK日期处理,那么您真的应该考虑Joda。
3.You need to be careful if you try to install a copy of the JDK or SDK from a backup into a directory different from the default location.
在您试图将JDK或SDK的副本从备份安装到缺省位置上的另一个目录中时,需要格外小心。
4.To run this example you need the latest JDK and JSDK, some sort of servlet engine, and an HTTP server.
要运行这个示例,您需要最新的JDK和JSDK、某种类型的servlet引擎和一个HTTP服务器。
5.None of the standard garbage collectors in the JDK uses reference counting; instead, they all use some form of tracing collector.
JDK中的标准垃圾收集器都没有使用引用计数,相反,它们都使用某种形式的跟踪收集器(tracingcollector)。
6.Why? Check the JDK_PATH database manager configuration file to see if it is set properly.
为什么呢?检查JDK_PATH数据库管理器配置参数的设置是否正确。
7.The JDK documentation indicates that this method gives you a modified mergesort with guaranteed N*log(N) performance.
JDK文档说明,该方法采用修正的合并排序法,保证N*log(N)的效率。
8.Generics have been a controversial topic ever since they were added to the language in JDK 5.
自从泛型被添加到JDK5语言以来,它一直都是一个颇具争议的话题。
9.The only supported configuration is one where the JDK or SDK is located in the default directory listed on the primary download page.
唯一支持的配置是,JDK或SDK位于主下载页上列出的缺省路径中。
10.As you can see, working with JDK Ciphers is quite a cumbersome task.
如你所见,使用JDKCipher是一项相当繁重的任务。