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 the property available to check if the page posted or not

1 Answers  


What is viewdata?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers  


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

0 Answers  


What are Action Methods in ASP.NET MVC?

0 Answers  






How can I stop my code being reverse-engineered from IL

1 Answers  


How do you initiate a string without escaping each backslash ?

1 Answers  


Can you explain renderbody and renderpage in asp.net mvc?

0 Answers  


What is meant by viewdata?

0 Answers  


Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


What does mvvm mean?

0 Answers  


what is .net?

20 Answers   IBM,


Categories