will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / sujata bastia
This code works fine
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Difference between ASP.NET MVC and ASP.NET WebForms?
What is the use of viewmodel in mvc?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is entity graph? : Entity framework
What are Scaffold templates in ASP.Net MVC?
mention in what all scenarios entity framework can be applicable?
What are Action Filters in ASP.NET MVC and its use?
Explain bundle.config in mvc4?
What is the advantage of using asp.net routing?
How to use multiple submit buttons in asp.net mvc?
Explain Bundle.Config in ASP.Net MVC4?
What is ViewStart Page in ASP.Net MVC?
How we can invoke child actions in ASP.Net MVC?
What is the difference between model view and controller?
Explain the tools used for unit testing in ASP.Net MVC