Is jsp platform dependent?
Answer / Narayan Pratap Singh
Yes, JSP is platform-dependent because it relies on a servlet container to compile and execute the JSP pages. Different containers may have different implementations of the JSP specification, which can affect the behavior of JSP pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which package does a jsp api consist of?
What are the steps involved in reading data from a form using jsp?
Explain some jsp life-cycle methods that can be overridden.
Why are jsp pages the preferred api for creating a web-based client program?
Can we use javascript with jsp pages?
What does it mean when tags or attributes are said to be deprecated?
What is tag file?
Why is jstl used?
How will you use jsp el in order to get the http method name?
write a program in javasacript to shake the window
How can I declare methods within my jsp page?
Which categories can be divided jstl tags, give examples.