What line in the following XML document will generate an error?
<?xml version=?1.0?>
<employees>
<employee>
<name>Bob Andcarrol</name>
</employee>
<employee>
<name>Robert Burns</name>
</employee>
</employees>
a) 6
b) 4
c) 1
d) There is no error
Answer Posted / sundherrajan
c
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between executescalar and executenonquery?
What is the parent class of all web server control?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the concepts of globalization and localization in .net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the difference between session and viewstate in asp.net?
Explain what does mvc represent in asp.net? : asp.net mvc
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is asp.net web application?
What are the layouts of ASP.NET Pages?
How can we update records in gridview?Is there any appropriate code for it?
Can you clarified A Web service can only be written in .NET or not?
Explain cookies with example.
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server