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
What is Differnce between html.action and ajax.action?
What is mapping in entity framework? : Entity framework
How to return the JSON from action method in ASP.Net MVC?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What type of filter does outputcacheattribute class represents?
Is it possible to create a custom filter?
What is entity sql? : Entity framework
what is use of entity container?
Name a few different return types of a controller action method?
Can I remove .net framework?
What is disconnected scenario? : Entity framework
What is entity graph? : Entity framework
What are html helpers in asp.net mvc?
What is .net framework in simple terms?
How to use multiple submit buttons in asp.net mvc?