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 5(JAVA EE 5)
QUESTION
Which of the following design pattern statements are valid concerning the Java EE class below?
public class Class1 implements
java.io. Serializable
private int patientId;
private string patientName;
public int getId(){return this.patientId; }
public void setId(int value) this.patientId = value;
public String getName(){return 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.
 QUESTION SUBJECT: JAVA PLATFORM ENTERPRISE EDITION 5(JAVA EE 5) QUESTION Which

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!