5..Suppose you need to use Netbeans to create (from scratch) an Enterprise Application with a RESTful API that supports storage of Contact entities (for example) and some operations on these Contacts. Which of the following is a proper ordering of events?
a.Create Table,Create Database, Create Entity Class From Database,Create Empty Project,
b.Create Entity Class From Database, Create Database, Create Table, Create Empty Project.
c.Create Entity Class From Database, Create Empty Project, Create Table, Create Database.
d. Create Database, Create Table, Create Empty Project, Create Entity Class From Database.
Answer:
b. Create Empty Project, Create Database, Create Table, Create Entity Class From Database
Comments
Leave a comment