BlueJ is a development environment that allows you to develop Java programs easily. It has a deliberately smaller and simpler interface than professional environments like NetBeans or Eclipse. This allows beginners to get started more quickly, and without being overwhelmed.
BlueJ is quite interactive with "objects". You can inspect their value, call methods on them, and pass them as parameters. You can also directly invoke Java expressions without compiling.
Comments (8)