It tells the browser what type of data browser will send
It tells the browser what type of data browser will receive
It tells the server what type of data server will receive
It tells the server what type of data server will send
Rate this question:
Web-app
Welcome-file-list
Servlet
Servlet-mappings
Rate this question:
Constructor call=>class loading=>init()=>service()=>destroy()
Constructor call=>class loading=>init()=>service()=>destroy()
Class loading=>constructor call=>init()=>service()=>destroy()
Constructor call=>class loading=>service()=>init()=>destroy()
Rate this question:
There is one ServletContext per one application
Generally it is used to get web app parameters
We can get Server Information though it
There is one ServletContext per one servlet
Rate this question:
Add a new header with integer value
Replace the value to integer to existing header
Replace the value to integer to existing header or Add a new header with integer value
Always add a new header
Rate this question:
Config-param
Context-param
Init-param
None
Rate this question:
GetServletContext().getServletConfig().getInitParameter()
GetServletConfig().getInitParameter()
This.getServletConfig().getInitParameter()
All of these
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.