Web-based computing pt3 Flashcards
In general what is JSPs?
What do they provide?
Using JSP how would you generate a page giving the server’s date & time?
How would you print the date and time using scriptlets?
What would the jsp code look like for the following HTML page?
How do you import in JSP?
How do you incorporate declaration of java variables and methods?
What are JSTL?
What are ASPs?
What is the Application object in ASP?
What does each Application object maintain?
What must be done with shared variables in ASP and how is that done?
In ASPs what does the Request object maintain?
What are the collections of interest?
What does the collection Request.Form contain?
What does the collectin Request.QueryString contain?
What does the Request.ServerVariables collection contain?
What are example methods?
what does the collection Request.Cookies contain?
In general for ASP what is the Response and what does it allow you to control?
For ASP HTTP response, what are the most important things that can be controlled?