Question: fullName - the fullName used to set the instance variable * * The below checks should be performed on the parameter fullName. * - The

fullName - the fullName used to set the instance variable
*
* The below checks should be performed on the parameter fullName.
*- The fullName should be between 1 and 20 characters (inclusive) in length
*- The fullName should only contain uppercase, lowercase, digits and space characters
*
* @return true if all the above conditions are met and false otherwise.
*/
public boolean setFullName(String fullName){

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!