What is jsp? Explain



What is jsp? Explain..

Answer / Prveen

JavaServer Pages (JSP) is a technology used to build dynamic web pages using HTML, Java, and XML. JSP allows developers to embed Java code within HTML pages, allowing for the creation of interactive web applications that can perform complex tasks such as database access, user authentication, and dynamic content generation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is the purpose of <jsp:usebean>?

1 Answers  


What is the difference between servletcontext and pagecontext?

1 Answers  


How do we configure init params for jsp?

1 Answers  


how to print a string with out using out.println?

3 Answers   Elementus Technologies,


Explain JSP Output comments?

1 Answers  


How does a servlet communicate with a jsp page?

1 Answers  


Define Composition.

1 Answers  


What do jsp literals consist of?

1 Answers  


How to comment out jsp code?

1 Answers  


What are stored procedures? How is it useful?

1 Answers  


Explain the various scope values for <jsp:useBean> tag.

1 Answers  


How do I create a dynamic web project?

1 Answers  


Categories