Which of the following statements are true about a CMP entity bean?
You cannot write JDBC code in the bean class to make a connection and send queries to any database.
You cannot write JDBC code in the bean class to change the values of virtual persistent fields of your bean.
You can write JDBC code and get connected to any database you want.
You can write JDBC code to read the virtual persistent fields, but you cannot change their values.