Java
T
point
Home
Python
Java
PHP
JavaScript
C++
C#
Aptitude
Reasoning
Selenium
DS
DBMS
C
SQL
Android
HTML
Interview Q
Training
Content Menu ▼
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Question 1
:
Which of the following describe ways that dynamic information can be made available to all servlet requests sent to an application
1.
Make the information available from a singleton
2.
Store the information in the ServletContext
3.
Store the information in an HttpSession
4.
Store the information in a Properties file