0

web technology Online Quiz - 68

Description: web technology Online Quiz - 68
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

List the steps of Importing text into your page?

  1. Import ->Insert-> Text File from the menu bar

  2. Text File->Insert->Import from the menu bar

  3. Insert -> Import -> Text File from the menu bar

  4. Import -> Text File ->Insert from the menu bar


Correct Option: C

If you want to save and reuse the cache files, configure the Lookup transformation to use a Persistent Cache

  1. True

  2. False


Correct Option: A

ACI can get called from BSI service

  1. True

  2. False


Correct Option: A

BSI..Services in BIB2 is developed as

  1. EJB

  2. POJO

  3. Webservices

  4. Webproject


Correct Option: B

J2C stands for:

  1. a. Java to Cobol

  2. b. Java to Connector

  3. c.Java to Copybook

  4. d. None of the above


Correct Option: B

Can we use service DTO in web layer?

  1. True

  2. False


Correct Option: A

List which of the following components you will add to BAIXXX_WEB project to remove compile time errors:

  1. a. BAIXXX_Client

  2. b. BAIXXX_Interfaces

  3. c.BAIXXX_mplementation

  4. d. BSIXXX_Client

  5. e. BSIXXX_Interfaces

  6. f. BSIXXX_Implementation


Correct Option: A,B

Which of the following versions of JDK is used in IB?

  1. a. JDK 1.3

  2. b. JDK 1.4

  3. c. JDK 5.0

  4. d. JDK 6.0


Correct Option: A,C

Which of following security measures are implemented in IB.?

  1. a. URL based security

  2. b. Authentication & Authorization for the web application

  3. c. Authentication & Authorization for the ejb application

  4. d. All of the above


Correct Option: A,B

How do you select the first two titles in the document:

  1. a. (//title)[order()<=2]

  2. b. (//title)[index()<=2]

  3. c. (//title)[last()<=2]

  4. d. (//title)[position()<=2]


Correct Option: D

Which character is used to denote a variable

  1. a. $

  2. b. #

  3. c. @

  4. d. &


Correct Option: A

The match attribute is used to:

  1. a. Select the elements for which a template is applied; used with the element xsl:template

  2. b. Select a variable; used with the element xsl:value-of

  3. c. Select a case; used with the element xsl:switch

  4. d. Set fire to the XML document


Correct Option: A

How will you select type attribute in the document

  1. a. /type

  2. b. /@type

  3. c. //@type

  4. d. type


Correct Option: C

Considering the following XML and XSLT documents, what is the output? XML: <?xml version="1.0"?> <staff> <employee id="45"> <name>John</name> <salary>$100,000</salary> </employee> </staff> XSLT: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <xsl:if test="employee/name = 'John'"> true </xsl:if> </xsl:template> </xsl:stylesheet>

  1. a. The transformation will not output anything

  2. b. The transformation will throw an error

  3. c. The output will be true

  4. d. None


Correct Option: A

Which of following are Web Application Security Risks?

  1. SQL Injection

  2. Out of Memory exception

  3. Session Management and Tracking

  4. SQL Tracing


Correct Option: A

Which of the following is incorrect

  1. An Interface can have a variable

  2. An Interface can have a public member

  3. An Interface can have a static member

  4. An Interface can have a final member


Correct Option: A

Which is true below

  1. Hashtable can have null value

  2. HashMap can have null value

  3. Hashtable is unsynchronized

  4. HashMap is synchronized


Correct Option: B

Find out the compile time/run time exception/s with below snippet Ans: c try { ------ ------- ------ } finally { ----- ----- }

  1. a. It misses catch block and gives compile time error

  2. b. It misses catch block and give run time excpetion

  3. c. Code above compiles successfully

  4. d. Placement of finally block is not proper


Correct Option: C

What following line of code returns "unhappy".substring(2)

  1. a. "un"

  2. b. "unh"

  3. c. "happy"

  4. d. None of the above


Correct Option: C

Select a marker interface below

  1. a.java.lang.Cloneable

  2. b.java.util.Collection

  3. c. java.io.Reader

  4. d. java.lang.Runnable


Correct Option: A
- Hide questions