What is a jsp file?



What is a jsp file?..

Answer / Rajneesh Singh

A JSP file is a text file with the extension .jsp that contains a mix of static HTML code, Java code, and JSP-specific syntax. When a user requests a JSP page, the server compiles it (if not already compiled) into a servlet, which generates dynamic content based on the Java code contained in the JSP file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Define Static Block.

1 Answers  


How can we stop errors on display in a jsp page?

1 Answers  


List all tags that are provided in jstl?

1 Answers  


How does a jsp function?

1 Answers  


Which one is correct order of phases in jsp life cycle?

1 Answers  


how to maintain sessions in jsp?can you tellme the methods.

16 Answers   IBM, Scope International, TCS,


What are the advantages of jsp over servlet?

1 Answers  


What is jsp and its advantages?

1 Answers  


What do you know about jsp tags?

1 Answers  


Which directive is used in jsp custom tag?

1 Answers  


Can we implement an interface in a jsp?

1 Answers  


what is difference between the contart and implementation?

0 Answers   iFlex,


Categories