Sun Java Solaris Communities My SDN Account Join SDN
 
Learning

Quizzes

Early Access
 
API Specifications
Documentation
FAQs
Code Samples & Apps
BluePrints
Technical Articles & Tips
White Papers
Case Studies
Glossary
 
Newsletters
Forums
Books & Authors
Bug Database
 
New to Java Center
Tutorials & Code Camps
Training
Certification
J2EE Learning Path
Quizzes
 
 
Quiz: Java Web Services Architecture
This quiz is based on James McGovern's, Sameer Tyagi's, Michael Stevens' and Sunil Mathew's book, Java Web Services Architecture.
 
JDBC
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.
 
EJB
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.
 
JSP
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.

Related Links