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)

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
a. public class Employees implements SessionSynchronization{
a. ...
a. }
b. @Entity
b. public class Employees implements Serializable{
b. ...
b. }
c. public class Employees implements Serializable{
c. ...
c. }
d. @entity
d. public class Employees implements Serializable{
d. ...
d. }





Answer: B


Learn More :