go to previous page   go to home page   go to next page

Answer:

A BlueJ project is organized with separate files for each class and interface.


BlueJ Project (skip if you want)

A BlueJ Project

For a BlueJ project, create a separate class for each of the classes and copy and paste the code for each.

In BlueJ, clicking on the icon for each class evokes the editor for that class. Each class corresponds to a separate *.java file within the project directory.


QUESTION 17:


go to previous page   go to home page   go to next page