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 / sundherrajan
c
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is new asp.net core?
how to include timer or counting time to display next page in asp.net
What is the use of worker process in asp.net?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Explain the benefits of viewstate?
What is the difference between page-level caching and fragment caching?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Any disadvantages in Dataset and in reflection ?
Explain how do you deploy your asp.net application?
What is the difference between pathparam and queryparam?
What are the steps to follow to host a web application on a web server?
How to disable disable browser's Back button in asp.net (JavaScript)?