THANGAMANI Vaiyapuri

Greenhorn
+ Follow
since Sep 27, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by THANGAMANI Vaiyapuri

Thank you Suresh.
17 years ago
Thank you MZ.
17 years ago
Hi,

Passed SCDJWS certification test with 98%.

I used the following materials:

.. RMH
.. MZ'z study guide and mocks
.. JWS Blueprint
.. J2EE 1.4 for selective topics like SAAJ and JAXB
.. XYZWS Study material & mocks
.. ePlanet's Mock
.. Sun's trial ePractice


Thanks for this forum which could serve as a source of information from the start to end.

Thanks and Regards,
Thangamani
17 years ago
Thanks Harsha and Jim!
What is true about the following XML documents?
I.
<x xmlns:n1="http://www.w3.org"
xmlns:n2="http://www.w3.org" >
<productId a="1" a="2">1234</productId>
<productId n1:a="1" n2:a="2">5678</productId>
</x>

II.
<x xmlns:n1="http://www.w3.org"
xmlns="http://www.w3.org" >
<productId a="1" b="2">1234</productId>
<productId a="1" n1:a="2">5678</productId>
</x>

Options

Select 1 correct option.

1. I and II are valid XML document

2. I and II are invalid XML document

3. I is invalid XML document but II is valid

4. I is valid XML document but II is invalid

I have come across this question in XYZWS Mock exam. The answer is 3.

I dont understand why II is valid. Please explain.

Thanks,
Thangamani
HTTP is a stateless(Application level) and connection oriented (Transport layer level) protocol.
HTTP is a stateless(Application level) and connection oriented (Transport layer level) protocol.