

MCQOPTIONS
Saved Bookmarks
This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Rdbms knowledge and support exam preparation. Choose a topic below to get started.
1. |
State true or false: Executing programs at the client side is slower than executing programs on the server |
A. | True |
B. | False |
Answer» C. | |
2. |
What are client side scripting languages? |
A. | The languages designed to be executed on the client’s web browser |
B. | The languages designed to be executed on the server |
C. | The languages designed to reduce the amount of data costs incurred at the client end |
D. | The languages designed to be executed in multiple computers paralleled with each other |
Answer» B. The languages designed to be executed on the server | |
3. |
WHAT_ARE_CLIENT_SIDE_SCRIPTING_LANGUAGES??$ |
A. | The languages designed to be executed on the client’s web browser |
B. | The languages designed to be executed on the server |
C. | The languages designed to reduce the amount of data costs incurred at the client end |
D. | The languages designed to be executed in multiple computers paralleled with each other |
Answer» B. The languages designed to be executed on the server | |
4. |
State_true_or_false:_Executing_programs_at_the_client_side_is_slower_than_executing_programs_on_the_server$ |
A. | True |
B. | False |
Answer» C. | |
5. |
What are scripting languages? |
A. | The programming languages that pre decide the web page content |
B. | The programming languages that are simpler and offer same protection |
C. | The programming languages that trade off simplicity for protection. |
D. | None of the mentioned |
Answer» C. The programming languages that trade off simplicity for protection. | |
6. |
Javascript is used to create dynamic webpages using technologies that are collectively called ________ |
A. | Ajax |
B. | Thor |
C. | Dynamo |
D. | Achilles |
Answer» B. Thor | |
7. |
While using Javascript, the browser parses the HTML code into a tree like structure defined by a standard called ________ |
A. | DOS |
B. | DOD |
C. | DOM |
D. | DON |
Answer» D. DON | |
8. |
What is the full form of JSP? |
A. | Java servlet program |
B. | Java server pages |
C. | Java server pages |
D. | Java server program |
Answer» C. Java server pages | |
9. |
Which of the following application servers do not provide built in support for servlets? |
A. | Tomcat server |
B. | Glassfish |
C. | JBoss |
D. | None of the mentioned |
Answer» E. | |
10. |
Which of these functions is not a part of the servlet lifecycle |
A. | Checking if an instance of servlet exists or not |
B. | Invoking the service method of the servlet |
C. | Shutting down the servlet |
D. | Pausing the servlet for a given period of time. |
Answer» E. | |
11. |
State true or false: Servlets are used to generate dynamic responses to HTTP requests. |
A. | True |
B. | False |
Answer» B. False | |
12. |
The _______ specification defines an application programming interface for communication between the server and the application program |
A. | Java Servlet |
B. | JDBC |
C. | Java Applet |
D. | Java Swing |
Answer» B. JDBC | |