Question: JAVA Create an Eclipse project called CourseRegistration. Create a POJO for Classroom. Create the following private attributes: building - String room Number - String campus

JAVA

Create an Eclipse project called CourseRegistration. Create a POJO for Classroom.

Create the following private attributes:

building - String

room Number - String

campus - String

type - String

capacity int

Create the getters & setters.

Create a toString( ) method.

Create a default, no-arg constructor.

Create a non-default constructor that takes in all the attributes.

Create a ClassroomTester with a main( ) method.

Create the following classrooms and print them out using the toString( ) JAVA Create an Eclipse project called CourseRegistration. Create a POJO for Classroom.

CompSciLab ioLab Object Name Building Room Number 17 Campus Type Capacity LitRoom 2 12 Urban Classroom 18 Ankeny Computer Lab 25 28a Ankeny Science Lab

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!