What is the difference between blueJ and JDK 1.3
Answers
Answered by
49
BlueJ is an IDE where we can run java but JDK is a package which is required to run package
Answered by
147
BlueJ is a Integrated development environment (IDE) that allows one to write programs in java and run them. JDK is the java development kit which is a bundle of java libraries to builde a java application. BlueJ is a platform that helps with the interaction between a coder and the JDK. A JDK can be considered as resource to build apps in java and Bluej can be considered as a platform to obtain the services of JDK
Similar questions