Blue J



I have study the java program language using  BlueJ  in India for three years in class 10 to class 12.
BlueJ  is an integrated development environment (IDE) 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 (Java Development Kit).

BlueJ  was developed to support the learning and teaching of object-oriented programming, and its design differs from other development environments as a result. The main screen graphically shows the class structure of an application under development (in a UML-like diagram), and objects can be interactively created and tested. This interaction facility, combined with a clean, simple user interface, allows easy experimentation with objects under development. Object-oriented concepts (classes, objects, communication through method calls) are represented visually and in its interaction design in the interface.

The development of BlueJ was started in 2000 by Michael Kölling and John Rosenberg at Monash University, as a successor to the Blue system. BlueJ is an IDE. Blue was an integrated system with its own programming language and environment. BlueJ implements the Blue environment design for the Java programming language.

BlueJ is currently being maintained by a team at the University of Kent, Canterbury, England – where Kölling used to lecture.

In March 2009, the BlueJ project became free and open source software, and licensed under GNU GPL with the classpath exception.

Since February 2017, Michael Kölling and most of the BlueJ team work at King's College London, as it can be seen on BlueJ version 4.0.0's splash screen.




Comments

Popular posts from this blog

Programme to find the longest word in the sentence

Programme to find sum and difference between two number

Program to find the prime no. between the given range