Tag: technology
Questions Related to technology
-
-
-
-
All of the above
-
None of the above
-
tail -15 filename
-
head -15 filename
-
zcat -15 filename
-
All of the above
-
None of the above
-
PUT
-
HEAD
-
DELETE
-
None of the above are valid HTTP 1.1 methods
-
All of the above are valid HTTP 1.1 methods
-
HttpSession
-
ServletRequest
-
ServletResponse
-
ServletContext
-
ServletConfig
-
SessionConfig
-
HttpSessionEvent
-
ServletRequestEvent
-
HttpSessionBindingEvent
-
HttpSessionAttributeEvent
-
ServletContextAttributeEvent
-
req.getSession()
-
req.getSession(true)
-
req.getSession(false)
-
req.createSession()
-
req.createSession(true)
-
req.createSession(false)
-
sendURL()
-
redirectURL()
-
sendRedirect()
-
getRequestDispatcher()
-
stream
-
context
-
listener
-
application
-
Only jspInit() can be overridden
-
Only jspDestroy() can be overridden
-
Only _jspService() can be overridden()
-
Both jspInit() and jspDestroy() can be overridden
-
jspInit(), jspDestroy() and _jspService() can all be overridden
-
page
-
taglib
-
import
-
include