who handles these error while writing the source code???.

Answers were Sorted based on User's Feedback



who handles these error while writing the source code???...

Answer / dinesh

Suppose i am writing code in .net e.g
int i=10
then .net show me red line under the code where error
occurs.we know the i have not apply semicolon at the end of
syntax(int i=10;)

Is This Answer Correct ?    10 Yes 5 No

who handles these error while writing the source code???...

Answer / shipra agarwal

Exception classes if defined then they handles.Otherwise
after compilation error are thrown by machine code or bite
code.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

What is strong name and which tool is used for this ?

4 Answers   Accenture, BirlaSoft,


Is .net framework going away?

0 Answers  


What is the use of dataadapter ?

5 Answers   Arvato,


What are authentication filters in web api?

0 Answers  


What are the components required to create a route in mvc?

0 Answers  






Describe the roles of clr in .net framework.?

0 Answers  


Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?

1 Answers   ABC,


What is .net framwork?

0 Answers  


What’s the advantage of using System.Text.StringBuilder over System.String?

4 Answers   IBM,


What is controllercontext?

0 Answers  


What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables

1 Answers  


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


Categories