Servlet Quiz 2 | Englishfreetest.com

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

Here's the exercise 'Servlet Quiz 2 | 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. javax.ejb.NoSuchEntityException
    B. java.ejb.EJBException
    C. java.ejb.RemoveException
    D. javax.ejb.DuplicateKeyException
    A. A GET request results from a normal request for a URL
    B. The service() method checks the HTTP request type as GET and calls doGet() method
    C. Both of the above
    D. None of the 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. ServletConfig
    B. ServletContext
    C. Both A & B
    D. None of the above
    A. request.addHeader(name,value)
    B. response.addIntHeader(name,value)
    C. Header.addDateHeader(name,value)
    D. None of the above
    A. contextInit(), contextService(), contextDestroyed()
    B. contextInitialized((),contextDestroyed()
    C. contextInitialized(), contextService(), contextDestroyed()
    D. None of the above
    A. J2EE server
    B. Weblogic
    C. Web sphere
    D. All of the above
    A. GenericServlet
    B. HttpServlet
    C. Both A & B
    D. None of the above