Servlet Quiz 1 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'Servlet Quiz 1 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. session.getAttribute(String name)
    B. session.alterAttribute(String name)
    C. session.updateAttribute(String name)
    D. session.setAttribute(String name)
    A. Servlet container
    B. Servlet context
    C. Servlet request heap
    D. Servlet response heap
    A. ServltInputStream
    B. ServletOutputStream
    C. Both A & B
    D. None of the above
    A. The destroy() method is called only once at the end of the life cycle of a filter
    B. The destroy() method is called after the filter has executed doFilter method
    C. The destroyer() method is called after the filter has executed
    D. Both of the mentioned
    A. session identifier
    B. creation time
    C. last accessed time
    D. All mentioned above
    A. Session are never invalidated
    B. Sessions are never created
    C. Session timeout is 0 so sessions never get created
    D. None of the above
    A. Header.getParameter(name)
    B. response.getParameter(name)
    C. request.getParameter(name)
    D. None of the above
    A. URL rewriting, using session object, using response object, using hidden fields
    B. URL rewriting, using session object, using cookies, using hidden fields
    C. URL rewriting, using servlet object, using response object, using cookies
    D. URL rewriting, using request object, using response object, using session object