Current Affairs PDF

Web Technology Questions – Set 10

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. In CSS, you can override precedence rules by adding the ____ property to a style declaration.
    A. !override
    B. !main
    C. !important
    D. !priority
    C. !important

  2. Which of the following class in JSP provides the capability to implement a growable array of objects?
    A. Array class
    B. GrowAbleArray class
    C. Container class
    D. Vector class
    D. Vector class

  3. Which XML extension is a standard way to describe how to transform the structure of an XML document into an XML document with a different structure?
    A. tree structure
    B. XSLT
    C. Both (A) & (B)
    D. None of the Above
    B. XSLT

  4. In JSP, the classes that allow primitive types to be accessed as objects are known as________
    A. Primitive classes
    B. Object classes
    C. Boxing classes
    D. Wrapper classes.
    D. Wrapper classes.

  5. Which XML-based registry is intended as on online Internet registry for businesses worldwide?
    A. Universal Plug and Play(UPnP)
    B. UDF
    C. Uniform Resource Locator(URL)
    D. Universal Description Discovery and Integration(UDDI)
    D. Universal Description Discovery and Integration(UDDI)

  6. Which language is considered to be extensible because of its unlimited and self-defining markup symbols?
    A. HTML
    B. XHTML
    C. XML
    D. None of the Above.
    C. XML

  7. In JSP, a Canvas object provides access to a Graphics object via one of its method called______
    A. getCanvas()
    B. getGraphics()
    C. accessGraphics().
    D. paint()
    D. paint()

  8. HTML defines ________ levels of headings.
    A. Five
    B. Four
    C. Six
    D. Three
    C. Six

  9. Which method of the Component class is used to set the position and size of a component in JSP?
    A. setSize()
    B. setPositionSize()
    C. setPosition()
    D. setBounds()
    D. setBounds()

  10. What method is used to specify a container’s layout in JSP?
    A. setLayout()
    B. Layout()
    C. setContainerLayout()
    D. setConLayout()
    A. setLayout()