0

web technology Online Quiz - 132

Description: web technology Online Quiz - 132
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. PS

  2. BTM

  3. SERVLET

  4. UI


Correct Option: B

what is the immediate source of data for JSP page?

  1. business MO

  2. UI MO

  3. DB

  4. none of the above


Correct Option: B

Which of the following do not come under the category navigation tags?

  1. none of the above


Correct Option: C

which of the following is not an optional attribute for defining ?

  1. action

  2. id

  3. events

  4. label


Correct Option: A
  1. Java Screen Page

  2. Java Service Page

  3. Java Screen Program

  4. Java Server Pages


Correct Option: D
  1. United States of America Association

  2. United Services Automobile Association

  3. Union of Services for Army Association

  4. Universal Society for American Association


Correct Option: B

is an valid PS tag

  1. True

  2. False


Correct Option: A
  1. a protocol that uses XML messages to perform RPC

  2. a SOAP Message

  3. Used In WSDL

  4. none of these


Correct Option: A

What is SOAP?

  1. A HTTP Protocol

  2. A protocol that uses XML messages to perform RPC

  3. An XML-based protocol for exchanging information betweenServices

  4. An XML-based protocol for exchanging information between computers


Correct Option: D

What is WSDL?

  1. WSDL is used to call a service

  2. WSDl is similar to SOAP

  3. Both 1 &2

  4. an XML grammar


Correct Option: D

What is UDDI?

  1. Its a discovery layer within the Web services protocol stack

  2. RPC call

  3. Same as WSDL

  4. Both 2 & 3


Correct Option: A

Swings are Heavy Weight components.

  1. True

  2. False


Correct Option: B

What is the default layout manager for a frame?

  1. Border Layout

  2. Flow Layout

  3. Box Layout

  4. None of these


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of layout managers in Java Swing.

The default layout manager for a frame in Java Swing is the BorderLayout.

Let's go through each option to understand why it is correct or incorrect:

Option A) Border Layout - This option is correct because the BorderLayout is the default layout manager for a frame in Java Swing. It divides the container into five regions: North, South, East, West, and Center.

Option B) Flow Layout - This option is incorrect because FlowLayout is not the default layout manager for a frame. FlowLayout arranges the components in a left-to-right flow, wrapping to the next line if necessary.

Option C) Box Layout - This option is incorrect because BoxLayout is not the default layout manager for a frame. BoxLayout arranges components in either a horizontal or vertical box.

Option D) None of these - This option is incorrect because the correct answer is A) Border Layout.

The correct answer is A) Border Layout. This option is correct because the BorderLayout is the default layout manager for a frame in Java Swing.

- Hide questions