Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

MySQL Is a database system used on web Reliable Compiles on a number of platform

ID: 3839562 • Letter: M

Question

MySQL Is a database system used on web Reliable Compiles on a number of platforms All of the above The ______ allows for objects to register on certain events and when such as event or change in data occurs, it is automatically Observer pattern Viewer palter Session pattern Singleton pattern In PHP, which one of the following methods is responsible for to the database? Query() send_query() sendquery() query_send() Which of the following code is used to get PrintWriter object is response.getWriter() request.getWriter() new PrintWriter() None of the above. Which of the following method can be used to get the value request.getParameter() request.getParameterValues() request.getParameterNames() None of the above. XML stands for: eXtra Modern Link eXtensible Markup Language Example Markup Language X-Markup Language What is the correct syntax of the declaration, which defines the XML version? None of the above Which element in JSP document is used to set HTTP response header field? Output html head directive.page Which of the following is used to describe the HTML and character data the JSP document? Scripptlet Template data Namespace Core JSP Java code embedded in JSP document should be added inside which Scripptlet Template data Namespace Core JSP

Explanation / Answer

11). ALL THE ABOVE

MYSQL is reliable because it is a unique storage engine architecture.

12). is not viisble to answer

13). sendquery()

14). The response.getWriter() returns a PrintWriter object that can send character text to the client.

15).   getParameterValues()

The method getParameterValues() is for getting multiple values for any input parameter, this method will retrieve all of it values and store as string array.

16). XML stands for eXtensible Markup Language   

17). the correct syntax for the declaration of xml version

18). directive.page

<%@ page contentType="text/html; charset=UTF-8" %>