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 / sukkureddy

c

First Line should be like
<?xml version="1.0"?>

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who can consume WebAPI?

749


What are the different types of validation controls provided in ASP.NET?

863


How to rename a table using sql queries?

750


What are the various types of validation controls provided by asp.net?

726


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

800


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1710


What is the use of session in web application?

683


How can u deifne the benefits and limitation of using Viewstate for state management?

899


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

760


what is silver light when will we use silver light,

1657


What are session cookies?

735


Are there resources online with tips on asp to asp.net conversions?

742


What is the asp.net mvc folder conventions? : asp.net mvc

632


Where sessions are stored?

852


What is the difference between the response.write() and response.output.write() methods?

735