What is the difference between Java and BlueJ ?
Answers
Answered by
18
BlueJ is an IDE(Integated Working Environment) for beginners to write, edit and execute Java programs.
Whereas java is a language that is designed to produce programs.
Whereas java is a language that is designed to produce programs.
Answered by
19
Difference between Java and BlueJ:
BlueJ is an IDE (Integrated Working Environment) for beginners to write, edit and execute Java programs.
Java is a language that is designed to create programs.
BlueJ is meant as an "integrated development environment" (IDE) for the Java programming language mostly used for the educational objective, but also applicable for small scale development.
Java is a popular high-level programming language which is object-oriented and class-based that is designed to cater to very fewer implementation dependencies.
Similar questions