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
Who can consume WebAPI?
What are the different types of validation controls provided in ASP.NET?
How to rename a table using sql queries?
What are the various types of validation controls provided by asp.net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is the use of session in web application?
How can u deifne the benefits and limitation of using Viewstate for state management?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
what is silver light when will we use silver light,
What are session cookies?
Are there resources online with tips on asp to asp.net conversions?
What is the asp.net mvc folder conventions? : asp.net mvc
Where sessions are stored?
What is the difference between the response.write() and response.output.write() methods?