Servlet Quiz 4 | Englishfreetest.com

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

Here's the exercise 'Servlet Quiz 4 | 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. setPageType()
    B. setContextType()
    C. setContentType()
    D. setResponseType()
    A. Lifecycle management
    B. Communication support
    C. Multithreading support
    D. All of the above
    A. Machine-specific code
    B. Java code
    C. Machine-independent code
    D. None of the mentioned
    A. session identifier
    B. creation time
    C. last accessed time
    D. All mentioned above
    A. Servlets execute within the address space of web server
    B. Servlets are platform-independent because they are written in java
    C. Servlets can use the full functionality of the Java class libraries
    D. Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries
    A. A status of 200 to 299 signifies that the request was successful
    B. A status of 300 to 399 are informational messages
    C. A status of 400 to 499 indicates an error in the server
    D. A status of 500 to 599 indicates an error in the client
    A. Both Type 1 and Type 2
    B. Both Type 1 and Type 3
    C. Both Type 3 and Type 4
    D. Type 4 only
    A. new MimeType()
    B. request.getContentType()
    C. response.getContentType()
    D. None of the above