Answer:
All of Given
Explanation:
JSP provides a number of implicit objects which are made available by the container and can be used directly in scriptlets. These objects include:
- session
- application
- config
- out
- request
- response
- pageContext
- page
- exception
Example usage:
<% session.setAttribute("userid","demoid"); %>
<% application.getContextPath(); %>
<% out.println(config.getServletName()); %>
Answer:
This is the process to write flowchart .
Help it is helpful.
Most computer devices are connected to the computer through port
Keyboard through usb port
Printer through usb port
Hand point device through usb port
Also computer equipped with LPT port for printers and COM port for additional devices like external modems e.t.c
A select query
select column1, column2, columnN
from table
where condition
order to be pretty;