問題描述
這兩個術語之間有什么實質性區別嗎?我了解 JDK 代表 Java Development Kit,它是 SDK(軟件開發工具包)的子集.但是指定Java SDK,應該和JDK一樣.
Is there any substantial difference between those two terms?. I understand that JDK stands for Java Development Kit that is a subset of SDK (Software Development Kit). But specifying Java SDK, it should mean the same as JDK.
推薦答案
從此維基百科條目一個>:
JDK 是一般意義上的軟件開發工具包 (SDK) 的一個子集.在最近發布的 Java SE、EE 和 ME 的描述中,Sun 承認根據他們的術語,JDK 構成了負責編寫和運行 Java 程序的 SDK 的子集.SDK 的其余部分由額外的軟件組成,例如應用服務器、調試器和文檔.
The JDK is a subset of what is loosely defined as a software development kit (SDK) in the general sense. In the descriptions which accompany their recent releases for Java SE, EE, and ME, Sun acknowledge that under their terminology, the JDK forms the subset of the SDK which is responsible for the writing and running of Java programs. The remainder of the SDK is composed of extra software, such as Application Servers, Debuggers, and Documentation.
額外軟件"似乎是 Glassfish、MySQL 和 NetBeans.此頁面比較了您可以為 Java EE SDK 獲得的各種包.
The "extra software" seems to be Glassfish, MySQL, and NetBeans. This page gives a comparison of the various packages you can get for the Java EE SDK.
這篇關于JDK和Java SDK的區別的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!