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

How long the items in ViewState exists?

972


Explain a program using razor view engine to create a simple application? : asp.net mvc

505


What is state management react?

515


What is the life cycle of web page?

529


What is the usie of activex control in .net?

562






How can we access static variable?

651


What is the use of session in web application?

489


Explain diff between dataset and datareader?

533


What are the server controls in asp.net?

460


How you can return View from ASP.NET Web API method?

548


What threading model used in asp and asp.net?

578


What is a web pool?

592


What are the main differences between asp and asp.net?

528


What is server side routing?

511


Why do we need Sessions?

585