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

Answer:

A BlueJ project is organized similar to the separate files method.


BlueJ Project

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 18:


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