Q&A
Ask and answer questions to make information more available to wider audiences.
Moshe Carman @carmanmoshe   28, Jun 2023 12:00 AM
the difference between an SDK and JDK
What’s the difference between an SDK and JDK?
answers 1
 
Answer 1
Elizabeth Jamyson @jamysonelizabeth   03, Jul 2023 07:16 PM
A JDK is a Java Development Kit and is the base package that contains everything you need to write, compile, debug, and run Java applications and applets. An SDK is a Software Development Kit and is a superset of a JDK, containing additional tools needed for developing a particular application or program.