programming languages Online Quiz - 116
Description: programming languages Online Quiz - 116 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
How will you pass values from HTML page to the Servlet?
If i put a Servlet on each servers, and there is a static variable in thisServlet. Do all the instances on these servers share the same static variable?
What does controllers do?
core class of the Struts Framework
A controller is the link between a user and the system.
Expansion of MVC architecture
MVC1 architecture is
The View part of MVC includes
The controller part includes
In MVC2 flow is controlled by single servlet
Advantages of MVC
What are Cookies
Method by which sensitive data is sent?
How do I send email from my Servlet?