Computer Science, asked by thakurradhika300, 5 hours ago

Distinguish between JDK1.3 and Blue J​

Answers

Answered by Rachel2004
1

Answer:

The JDK is a key platform component for building Java applications. At its heart is the Java compiler. The Java Development Kit (JDK) is one of three core technology packages used in Java programming, along with the JVM (Java Virtual Machine) and the JRE (Java Runtime Environment).

whereas,

BlueJ is an integrated development environment for the Java programming language, developed mainly for educational purposes, but also suitable for small-scale software development. It runs with the help of JDK.

Similar questions