web technology Online Quiz - 127
Description: web technology Online Quiz - 127 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
What is happening behind the scenes is that your JSP is being turned into a Java file, compiled and loaded. This compilation only happens once, so after the first load, the file doesn't take long to load anymore.
Jsp Page can be excuted from the below, (choose multiple)
What tools can be used to generate the multiple views in jsp?
What is the difference between doing an include or a forward with a RequestDispatcher?
Are custom tags available in JSP 1.0? If not, how else might you implement iteration from within a JSP?
What type of scriptlet code is better-suited to being factored forward into a servlet?
Why use RequestDispatcher to forward a request to another resource, instead of using a sendRedirect?
What is a benefit of using JavaBeans to separate business logic from presentation markup within the JSP environment?
A tag library is a collection of custom tags.
Inside which HTML element do we put the JavaScript?
What is the correct JavaScript syntax to write "Hello World"?
Where is the correct place to insert a JavaScript?