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
Explain tempdata in asp.net mvc?
Explain what platforms does the .net framework run on?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is the meaning of unobtrusive javascript?
What are bundling & minification features in asp.net mvc 4?
What is difference between viewbag and viewdata and tempdata?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is net framework 3.0 ?
What is entitytypes? : Entity framework
explain how you can load related entities in ef (entity framework)?
What is meant by bootstrap in mvc5?
How do I use partial view?
Is .net framework going away?
In which assembly is the mvc framework defined?
What is Attribute Routing in ASP.Net MVC?