Dot Net Framework Question:
Download Job Interview Questions and Answers PDF
Who handles these error while writing the source code?
Answer:
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;)
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;)
Download Dot Net Framework Interview Questions And Answers
PDF
Previous Question | Next Question |
Where The Inheritence is useful? How we decide the situation of inheritence? | Can we change web.config settings from iis? |