Current Affairs PDF

Web Technology Questions – Set 8

AffairsCloud YouTube Channel - Click Here

AffairsCloud APP Click Here

Dear Aspirants,
Welcome to the Professional Knowledge Section in Affairscloud.com. Here we are providing sample questions in Web Technology. It will be useful for the IBPS SO IT officer and SBI Assistant Manager(System). We have also included some important questions that are repeatedly asked in previous exams.

  1. Which one of the following objects is passed to a JavaBean when one of its properties is set via a JSP action?
    A. ServletRequest
    B. HTTPServletRequest
    C. ServletResponse
    D. HTTPServletResponse
    B. HTTPServletRequest

  2. Which of the following are used by servlet containers to set JavaBean properties?
    A. cookies
    B. form fields
    C. memory
    D. disk
    B. form fields

  3. ________ header gives the MIME type of the response document.
    A. Content Encoding
    B. Content Language
    C. Content Length
    D. Content Type
    D. Content Type

  4. The term “Hypertext” means _______
    A. Hypermedia
    B. Non-Sequential writing
    C. Blinking text
    D. None of the Above
    B. Non-Sequential writing

  5. Which of the following is not a JSP Implicit Object?
    A. In
    B. Out
    C. Page
    D. Response
    A. In

  6. Where are cookies stored?
    A. on the server
    B. In Web.xml
    C. On the Client
    D. In HTML
    C. On the Client

  7. Document Type Declaration includes ______
    A. Element Declarations
    B. Attribute Declarations
    C. Entity Declarations
    D. All of the Above
    D. All of the Above

  8. The XML DOM object is _________
    A. Entity Reference
    B. Comment Reference
    C. Both (A) and (B)
    D. All of the Above
    A. Entity Reference

  9. Any part of the graphic that is not included in another hot zone is considered to be part of _______
    A. rect
    B. point
    C. default
    D. polygon
    C. default

  10. SAX stands for________
    A. Simple Application for XML
    B. Smart Application for XML
    C. Smart API for XML
    D. Simple API for XML
    Simple API for XML