32. What is the storage capacity of single cookie?
33. Which of the following code is used to get an attribute in a HTTP Session object in servlets?
34. How is the dynamic interception of requests and responses to transform the information done?
35. What is debugging an application which runs on another java virtual machine on another machine?
36. Which of the following code retrieves the body of the request as binary data?
37. Which key helps to step out of the caller of currently executed method?
38. Which of the below is not a javascript framework for UI?
39. 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
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