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

To add a hyperlink column to the DataGrid which tag is used ?

0 Answers   Siebel,


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


Can you dynamically assign a Master Page?

0 Answers   MCN Solutions,


How to manage different kinds of sessions in ASP.NET?

0 Answers   Cap Gemini,


how we deploy the asp.net 2.0 application

2 Answers   Logistics,






Explain what are the advantages of asp.net mvc framework? : asp.net mvc

0 Answers  


what is narmalization

4 Answers   Wipro,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


What is the difference between c# and .net?

0 Answers  


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

0 Answers   TCS,


What is datagrid asp.net?

0 Answers  


What does ascx stand for?

0 Answers  


Categories