Presentation is loading. Please wait.

Presentation is loading. Please wait.

Quiz Points 3 Rules Raise your hand if you know the question

Similar presentations


Presentation on theme: "Quiz Points 3 Rules Raise your hand if you know the question"— Presentation transcript:

1 Quiz Points 3 Rules Raise your hand if you know the question
One student will be picked in random If the answer is wrong, another student will be given a chance If answer is given by several students at the same time, no one will get any quiz points!

2 Q 31 How does Web Service address the deficiencies of COM/CORBA?
Answer: 1. XML standard, interoperable, SOAP over HTTP, etc. gives internet access

3 Q 32 What System.xml class would you use for XML DOM Parsing?
Answer: XmlDocument

4 Q 33 If you want fast, forward only access to the contents of an XML document, what would you use? Answer: XmlReader

5 Q 34 If you want an object to be serialized, what attribute would you use on its class Answer: Serializable

6 Answer: ISerializable
Q 35 What interface will allow you to control the serialization process Answer: ISerializable

7 Answer: SOAPFormatter
Q 36 If you want to generate SOAP format XML of an objects contents, what class would you use? Answer: SOAPFormatter

8 Q 37 By default, XmlSerializer will format a field of an object as what? Answer: element

9 Q 38 What attribute would you use to format a field as an attribute?
Answer: XmlAttribute

10 Q 39 What is one deficiency or disadvantage of using XmlSerializer?
Answer: To serialize derived types, you have to mark each type, failing OCP.

11 Q 40 What attribute would you use to modify the name of the root element in the generated xml document? Answer:XmlRoot


Download ppt "Quiz Points 3 Rules Raise your hand if you know the question"

Similar presentations


Ads by Google