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()); %>
Helpful, resourceful, friendly, welcoming.
Answer:
The computer will store 8.05 *10^10 bytes of information.
Explanation:
This is the same as saying that the computer will now have 80.51 Gigabytes ( 1gb = 1.000.000.000 bytes) of storage. In this case, the number is represented in its decimal form, and the previous one is displayed in Scientific Notation.