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 |
Define Static Block.
How can we stop errors on display in a jsp page?
List all tags that are provided in jstl?
How does a jsp function?
Which one is correct order of phases in jsp life cycle?
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?
What is jsp and its advantages?
What do you know about jsp tags?
Which directive is used in jsp custom tag?
Can we implement an interface in a jsp?
what is difference between the contart and implementation?