Question: QUESTION SUBJECT: JAVA PLATFORM ENTERPRISE EDITION 5 ( JAVA EE 5 ) QUESTION Which of the following design pattern statements are valid concerning the Java
QUESTION SUBJECT: JAVA PLATFORM ENTERPRISE EDITION JAVA EE
QUESTION
Which of the following design pattern statements are valid concerning the Java EE class below?
public class Class implements
java.io Serializable
private int patientId;
private string patientName;
public int getIdreturn this.patientId;
public void setIdint value this.patientId value;
public String getNamereturn this.patientName;
public void setName String value this.patientName value;
The class can be used as a Data Access Object.
The class can be used as a Data Transfer Object.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
