What is the purpose of the `javax.servlet.jsp.PageContext` object in JSP?
A. To define JavaBean properties
B. To execute SQL queries
C. To create JavaBeans
D. To provide access to various objects and services in the JSP environment
Answer: Option D
What is session management in a Java web application?
A. The process of maintaining user-specific data across multiple requests
B. The process of starting a web server
C. A type of coffee bean
D. A Java keyword
Which HTTP method is typically used to create a new session in Java web applications?
A. `SESSION`
B. `PUT`
C. `GET`
D. `POST`
What is the purpose of the `HttpSession` object in Java web applications?
A. To define JavaBean properties
B. To execute SQL queries
C. To store session-specific data between client requests
D. To create JavaBeans
In JSP (JavaServer Pages), what is the purpose of the `<% ... %>` scriptlet tag?
A. To create JavaBean properties
B. To embed Java code within the JSP page
C. To manage JavaBean events
D. None of These

Join The Discussion