Multiple choice technology programming languages

Which one of the following is true

  1. The JDK and SDK holds the same features with different name

  2. The JDK forms an extended subset of a SDK

  3. The SDK forms an extended subset of a JDK

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JDK (Java Development Kit) forms an extended subset of SDK (Software Development Kit). In other words, a JDK is a specialized SDK for Java development - it includes the SDK components plus Java-specific tools. The SDK is the broader concept, JDK is specific to Java.