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 are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


Is dapper faster than entity framework?

0 Answers  


mention what are the various methods provided by the dataset object to generate xml?

0 Answers   Microsoft,


What is the difference between model and entity?

0 Answers  


what are partial classes?

12 Answers   Digimaker, HP, N Tech, TCS,






How does �side by side� work for the .net framework 3.0?

0 Answers  


How do you box a primitive data type variable ?

1 Answers  


If background completes its processing will it wait for foreground threads?

2 Answers   Kanbay,


Can I set the unlimited length for "maxjsonlength" property in config?

0 Answers  


What is clr? How does work clr & wht is work of clr?

0 Answers  


How does CAS work

1 Answers  


What is Layout in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


Categories