Chinaunix首页 | 论坛 | 博客
  • 博客访问: 289623
  • 博文数量: 469
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 5200
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-03 16:15
文章分类

全部博文(469)

文章存档

2011年(82)

2010年(284)

2009年(69)

2008年(34)

我的朋友

分类:

2010-03-06 09:54:01

1. Select which of the following correctly describes WSDL. (WSDL 1.1)

A. WSDL assumes SOAP as the message transmission form

B. When WSDL is defined by a combination of style="rpc" and use="encoded", then

encodingStyle="" must be designated

C. When WSDL is defined by a combination of style="rpc" and use="encoded", then the encodingStyle attribute cannot be designated

D. WSDL may be defined by a combination of style="rpc" and use="literal"

Answer: D

2. Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a non-validating SAX parser? This question reflects line feeds within the XML document.

[XML Document]

c

A. startDocument - startElement - characters - startElement - characters - characters - characters -

endElement - characters - endElement - endDocument

B. startDocument - startElement - ignorableWhitespace - startElement - ignorableWhitespace -

characters - ignorableWhitespace - endElement - ignorableWhitespace - endElement - endDocument

C. startDocument - startElement - startElement - characters - endElement - endElement - endDocument

D. startDocument - startElement - startElement - characters - characters - endElement - endElement -

endDocumentW

Answer: A

   想要了解更多的题库,请回个小帖,才能下载更多的题库资料。

阅读(139) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~