will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / usha
YA it ll work fine
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
Can you explain model, controller and view in mvc?
What are Action Filters in ASP.NET MVC and its use?
What are the 3 main components of an asp.net mvc application?
How does work clr?
What is routeconfig.cs in mvc 4?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Is .net framework 4.8 the last version?
Give an example for authorization filters in an asp.net mvc application?
What is partialview in asp.net mvc?
Explain the difference between viewbag and viewdata in mvc?
What are authentication filters in web api?
What is stateless model?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What does mvvm mean?
What is the use of the default route?