Web technologies 4th unit quiz

2
WEB TECHNOLOGIES 4 th UNIT QUIZ (SERVLETS) 1. Define servlet? 2. What is the main responsibility of the web server? 3. What is a web server? 4. __________ interprets the html code and renders WebPages to the user? 5. What is the protocol used for browsing? 6. What are the types of servlets? 7. What are the phases of Servlet lifecycle? 8. Html is a part of httprequest? [ T / F ] 9. Which http method sends by browser that asks the server to get the page only? 10. The page that is required to work with servlets? 11. Which http method send by browser that gives the server what user data typed in the form? 12. What are the differences between applets and servlets? 13. Define a cookie? How to define cookie in the program? 14. What is session tracking?

Transcript of Web technologies 4th unit quiz

Page 1: Web technologies 4th unit quiz

WEB TECHNOLOGIES 4th UNIT QUIZ (SERVLETS)

1. Define servlet?

2. What is the main responsibility of the web server?

3. What is a web server?

4. __________ interprets the html code and renders WebPages to the user?5. What is the protocol used for browsing?

6. What are the types of servlets?

7. What are the phases of Servlet lifecycle?

8. Html is a part of httprequest? [ T / F ]

9. Which http method sends by browser that asks the server to get the page only?

10. The page that is required to work with servlets?

11. Which http method send by browser that gives the server what user data typed in the form?

12. What are the differences between applets and servlets?

13. Define a cookie? How to define cookie in the program?

14. What is session tracking?

15. Explain the servlet program steps?

16. What is the main difference between generic and http servlet?

17. List some webservers?

18. How to set the path? What are the statements one should include in the path?

Page 2: Web technologies 4th unit quiz

19. Write the tomcat web server installation steps?

20. What is the purpose of the printwriter() method?

21. What is input and output stream?

22. What do you mean by stateless protocol?

23.