Which of the following lines of code are correct?
a. @EntityBean
public class Employees{
...
}
b. @Entity
public class Employees{
...
}
c. class Employees{
@Entity
private class Address{
...
}
...
}
Answer: B
Java | Advance Java | Multiple Choice | Questions and Answers | Test Bank
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.