Write stubs for all the constructors and methods in the Student class of Figures 8.2a and 8.2b.

Question:

Write stubs for all the constructors and methods in the Student class of Figures 8.2a and 8.2b. Each stub should print the constructor or method name followed by the passed-in values of all parameters. A variation of the driver in Figure 8.1 might produce this output:

in Student in Student, first in setFirst, first in setLast, last in printFull Name = = Jill, last Hyoung =

Figures 8.2a:

/******* * Student.java * Dean & Dean * * This class handles processing of a student's name. import

Figures 8.2b:

// This method verifies that first starts with an uppercase // letter and contains lowercase letters

 Figure 8.1:

/***** * Student Driver.java *Dean & Dean * *This class acts as a driver for the Student class. *** public

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: