Computer Science, asked by mukulrajsingh2771, 6 months ago

Distinguish between JDK 1.3 and BlueJ

Answers

Answered by Anonymous
4

Answer:

BLUEJ                                                                               JDK 1.3

It is an Integrated Development Kit where we can run java. JDK is a package which is required to run java programs.

BlueJ is a platform that helps with the interaction between a coder and the system. This can be considered as a resource to build various apps in java.

It is a Windows based platform. It is a DOS based platform.

It is comparitively easier than JDK as it offers compilation and debugging at the same time. It does not offer compilation and debugging at the same time.

It supports the syntax of JDK 1.3 It does not support the syntax of BlueJ.

It has a default package class. It does not have a default package class.

Because of the presence of default package class, it makes more easy to use and stated as user friendly. As default package class is not available, it makes it harder to use and is not user friendly.

Similar questions