will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / somnath nanekar
it will give an error...(we hv to typecast object to int)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the importance of NonActionAttribute?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is the mvc pattern (model view controller pattern)?
How to change the action name in mvc?
Describe the .net framework architecture.
What is orm entity framework?
What is viewbag title?
What is stateless model?
Explain test driven development (tdd) ?
What is iobjectset? : Entity framework
What is entity sql? : Entity framework
In Server how to check whether model has error or not in ASP.Net MVC
What is the benefit of entity framework?
Explain the new features 3.5 framework against with the tool?
What is namespace of asp.net mvc?