Is jsp platform dependent?



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

Post New Answer

More JSP Interview Questions

Which package does a jsp api consist of?

1 Answers  


What are the steps involved in reading data from a form using jsp?

1 Answers  


Explain some jsp life-cycle methods that can be overridden.

1 Answers  


Why are jsp pages the preferred api for creating a web-based client program?

1 Answers  


Can we use javascript with jsp pages?

1 Answers  


What does it mean when tags or attributes are said to be deprecated?

1 Answers  


What is tag file?

1 Answers  


Why is jstl used?

1 Answers  


How will you use jsp el in order to get the http method name?

1 Answers  


write a program in javasacript to shake the window

1 Answers  


How can I declare methods within my jsp page?

1 Answers  


Which categories can be divided jstl tags, give examples.

1 Answers  


Categories