will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / sri4u_926
Defenitly it gives Error bcoz we cannot apply operators for
the type object.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the role of the jit compiler in .net framework?
In razor syntax, what is the escape sequence character for @ symbol?
Explain test driven development (tdd) ?
Does Tempdata hold the data for other request in ASP.Net MVC?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Is .net core faster than .net framework?
What is the advantage of mvc?
Explain representational state transfer (rest) in detail?
Can I uninstall microsoft .net framework?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Is .net framework backwards compatible?
explain lazy loading, eager loading, and explicit loading?
What is basic authentication in web api?
What are html helpers in asp.net mvc?