-
State true or false - There is a limit to the max amount of data that can be stored in the session object ?
Skill/Topic: JSP Life CycleA) TrueB) FalseExplanation: As such there is no limit on the amount of information that can be saved in a Session Object. Only the RAM available on the server machine is the limitation.
-
Fill in the blanks -- The two types of cookies in java are Permanent cookie and _________ cookie
Skill/Topic: Session HandlingA) Session
-
What is a translation unit
Skill/Topic: FundamentalsA) JSP page can include the contents of other HTML pages or other JSP files. B) When the JSP engine is presented with such a JSP page it is converted to one Servlet class and this is called a translation unit, C) In a translation unit is that page directives affect the whole unit, one variable declaration cannot occur in the same unit more than once, the standard action jsp:useBean...
-
State true or false -- It is possible to call an external application like MSWord by the click on the JSP page or Servlet?
Skill/Topic: FundamentalsA) TrueB) False