JSP Interview questions and answers



JSP Interview questions and answers

JSP Interview questions and answers

In this video you will learn frequently asked JSP interview questions and answers. They are

What is JSP?

What are the Advantages of JSP?

Difference Between JSP & Servlets?

What are the web application scope?

What is JSP declarations?

What are JSP expressions?

Give some of the JSP action names?

What is page directive?

What are Difference between res.sendRedirect( ) & req.forward( ) ?

What are the various attributes of page directive?

11. What is include directive?

12. What implicit objects are supported by JSP?

13. What are difference between JspWriter and PrintWriter?

14. What is session Object?

15. What are difference between GET and POST method in HTTP protocol?

16. How to read data from database using JSP?

17. Define Filters?

18. What are cookies?

19. How do set Cookies in the JSP page?

20. What is auto refresh feature in JSP?
Example: response.setIntHeader(“Refresh”,”5 ; URL=http://www.cricbuzz.com”)

Comments are closed.