|
This quiz is based on James McGovern's, Sameer Tyagi's, Michael Stevens' and Sunil Mathew's book, Java Web Services Architecture.
JDBC Technology lets you send SQL statements to a database and process the returned results. You get uniform access to a wide range of relational databases and a common base upon which database tools can be built.
Enterprise JavaBeans technology lets you write software components that execute business logic that runs on the server. With Enterprise JavaBeans transaction and state management, multithreading, and resource pooling are left to the server implementation.
JavaServer Pages (JSP) technology provides an easy way to create dynamic web pages that simplify the task of building web applications. JSP works with a wide variety of web servers, application servers, browsers and development tools, and keeps content generation separate from business logic.
 |