JSP preguntas y respuestas de entrevista
Question: What are the implicit objects?Answer: Implicit objects are objects that are created by the web container and contain information related to a particular request, page, or application. They are:--request --response --pageContext --session --application --out --config --page --exception |
Guardar para repaso
Guarda este elemento en marcadores, marcalo como dificil o agregalo a un conjunto de repaso.
Inicia sesion para guardar marcadores, preguntas dificiles y conjuntos de repaso.
Es util? Si No
Lo mas util segun los usuarios:
- What is a JSP and what is it used for?
- What are the two kinds of comments in JSP and what's the difference between them ?
- What is difference between custom JSP tags and beans?
- Is JSP technology extensible?
- What is JSP page?