a) In the MySQL database metadata b) In the ...
View QuestionWhat is bytecode?
a) Machine-specific code b) Java code c) Machine-independent code d) ...
View QuestionWhat programming language(s) or scripting language(s) does Java Server Pages (JSP) support?
a) VBScript only b) Jscript only c) Java only d) All of the mentioned
View QuestionWhich JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
a) Type 1 b) Type 2 c) Type 3 d) ...
View QuestionWhat MySQL property is used to create a surrogate key in MySQL?
a) UNIQUE b) SEQUENCE c) AUTO_INCREMENT d) ...
View QuestionWhich JDBC driver Type(s) can be used in either applet or servlet code?
a) Both Type 1 and Type 2 b) Both Type 1 and Type 3
View QuestionThe doGet() method in the example extracts values of the parameter’s type and number by using __________:
a) request.getParameter() b) request.setParameter() c) responce.getParameter() d) ...
View QuestionThe Java __________ specification defines an application programming interface for communication between the Web server and the application program.
a) Servlet b) Server c) Program d) Randomize Answer: ...
View Question