What type of enterprise bean might this be?

The ejbRemove() method for an enterprise bean contains the following line of code:
prepStmt = dbConn.prepareStatement (“DELETE
FROM MyTable
WHERE MyKey = ?”);
What type of enterprise bean might this be?

The ejbRemove() method for an enterprise bean contains the following line of code:
prepStmt = dbConn.prepareStatement (“DELETE
FROM MyTable
WHERE MyKey = ?”);
What type of enterprise bean might this be?

A.
Stateful session bean

B.
BMP entity bean

C.
CMP entity bean

D.
Stateless session bean



Leave a Reply 0

Your email address will not be published. Required fields are marked *