Database MCQ - English
- Introduction to Database
- The Relational Model and Normalization
- Data Modeling with ER Model
- SQL for Database Construction
- Managing Multiuser Databases
- SQL Server 2000
- XML and ADO.NET
- Database Processing for BIS
- The Database Development Process
- ER Model and Business Rules
- Physical Database Design
- The Client Server Database
- Data Warehousing
- Distributed Databases
- Object Oriented Database
- Introduction to SQL
- Database Design Using Normalization
- Data Models into Database Designs
- Database Redesign
- Managing Databases with Oracle
- ODBC, OLE DB, ADO, and ASP
- JDBC, Java Server Pages, and MySQL
- The Database Environment
- Modeling Data in the Organization
- Logical Database Design
- Advanced SQL
- The Internet Database Environment
- Data and Database Administration
- Object Oriented Data Modeling
JDBC, Java Server Pages, and MySQL MCQ Questions and Answers
Home | Database | JDBC, Java Server Pages, and MySQLIn this section we provide lots of objective question of JDBC, Java Server Pages, and MySQL in Database Management System.
1) How many JDBC driver types does Sun define?
2) Where is metadata stored in MySQL?
In the MySQL database metadata
In the MySQL database metasql
In the MySQL database mysql
None of the above is correct.
Answer : C Discuss
3) Who invented Java?
4) To run a compiled Java program, the machine must have what loaded and running?
5) Which JDBC driver Type(s) can be used in either applet or servlet code?
6) ________ is an open source DBMS product that runs on UNIX, Linux and Windows.
7) What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application?
8) What MySQL property is used to create a surrogate key in MySQL?
UNIQUE
SEQUENCE
AUTO_INCREMENT
None of the above -- Surrogate keys are not implemented in MySQL.
Answer : C Discuss
9) What is not true of a Java bean?
There are no public instance variables.
All persistent values are accessed using getxxx and setxxx methods.
It may have many constructors as necessary.
All of the above are true of a Java bean.
Answer : C Discuss
10) A JSP is transformed into a(n):