33.
Which of the following code is used to get an attribute in a HTTP Session object in servlets?

36.
Which of the following code retrieves the body of the request as binary data?

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

40.
What happens when the value of variable change?