1.Suppose you need to use Netbeans to build (from scratch) an Enterprise Application with a RESTful API to support operations on some kind of Entity stored in a database. Which of the following is a proper ordering of events?
a. Create Empty Project, Create Entity Class From Database, Create Table, Create Database
b. Create Empty Project, Create Database, Create Table, Create Entity Class From Database
c. Create Table, Create Empty Project, Create Database, Create Entity Class From Database
d.Create Empty Project, Create Table, Create Database, Create Entity Class From Database
Answer:
b. Create Empty Project, Create Database, Create Table, Create Entity Class From Database
Comments
Leave a comment