Question 1 of 25
Hints left: 3
Q1
What is the primary function of the `destroy()` method in Java Servlets?
Q2
What does the term "servlet context" refer to in Java Servlets?
Q3
What is the storage capacity of single cookie?
Q4
What is the purpose of the `web.xml` `` element in a Java web application?
Q5
How is the dynamic interception of requests and responses to transform the information done?
Q6
Which key helps to step out of the caller of currently executed method?
Q7
How can we take input text from user in HTML page?
Q8
What is the difference between servlets and applets? i. Servlets execute on Server; Applets execute on browser ii. Servlets have no GUI; Applet has GUI iii. Servlets creates static web pages; Applets creates dynamic web pages iv. Servlets can handle only a single request; Applet can handle multiple requests
Q9
What does local IP address start with?
Q10
Which of the below can be used to debug front end of a web application?
Q11
In Java Servlets, what is the purpose of the `HttpServletResponseWrapper` class?
Q12
What happens when the value of variable change?
Q13
Which component can be used for sending messages from one application to another?
Q14
In Java Servlets, what is the purpose of the `HttpServletResponseWrapper` class?
Q15
How does applet and servlet communicate?
Q16
What happens if ServerSocket is not able to listen on the specified port?
Q17
Which method is used to get three-letter abbreviation for locale's country in servlets?
Q18
Which of the following code retrieves the body of the request as binary data?
Q19
What is debugging an application which runs on another java virtual machine on another machine?
Q20
Which of the following code is used to get an attribute in a HTTP Session object in servlets?
Q21
How can we move from one desired step to another step?
Q22
How are java web applications packaged?
Q23
In Java Servlets, what is the purpose of the `javax.servlet.Filter` interface?
Q24
Which part stores the program arguments and startup parameters?
Q25
Which of the below is not a javascript framework for UI?