If you want to send an entity object as the pass by value through a remote interface, which of the following statements are valid? (Choose one)
a. @Entity
public class Employees implements SessionSynchronization{
...
}
b. @Entity
public class Employees implements Serializable{
...
}
c. public class Employees implements Serializable{
...
}
d. @entity
public class Employees implements Serializable{
...
}
Answer: B
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.