programming languages Online Quiz - 116
Description: programming languages Online Quiz - 116 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of these has highest performance?
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?
How do I get authentication with myServlet?
What does controllers do?
core class of the Struts Framework
What are the drawbacks of Struts?
A controller is the link between a user and the system.
Expansion of MVC architecture
Struts framework is based on ---- architeture
MVC1 architecture is
The model component includes
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?
Which of these has highest performance?