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

Answers were Sorted based on User's Feedback



What line in the following XML document will generate an error? <?xml version=?1.0?> <em..

Answer / sundherrajan

c

Is This Answer Correct ?    5 Yes 0 No

What line in the following XML document will generate an error? <?xml version=?1.0?> <em..

Answer / als.senthur ganesh ram kumar

C
Details:

First Line Show Error Error Line
<?xml version=?1.0?>

Is This Answer Correct ?    5 Yes 0 No

What line in the following XML document will generate an error? <?xml version=?1.0?> <em..

Answer / sukkureddy

c

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

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What does this do? sn -t foo.dll

3 Answers  


What is the application pool?

0 Answers  


What is the transport protocol you use to call a Web service?

2 Answers   Siebel Systems,


What is the differances between a abstract calss and interface

2 Answers   Patni,


Explain the scenario where we go for inpro and outpro session?

3 Answers  


What is stateless asp or asp.net ?

2 Answers   Accenture, BirlaSoft,


What is comparevalidator?

0 Answers  


Is data edited in the Repeater control?

0 Answers   Siebel,


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

0 Answers  


what is managed and unmanaged code?

4 Answers   Microsoft,


suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????

1 Answers   L&T,


What is the viewstate in asp.net?

0 Answers  


Categories