will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / prakash kesharwani
this definitely work.
since obj as type integer. and also i as integer.
so the output will be 11.
its gives error when obj is type string.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is entity framework used for?
What is entityset? : Entity framework
Explain linq to entities? : Entity framework
Explain what is asp.net mvc?
Is it possible to cancel filter execution?
When will the .net framework 3.0 be released?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What are the 2 ways of adding constraints to a route?
What is the difference between viewbag and viewdata in asp.net mvc?
What are Action Methods in ASP.NET MVC?
What is entity framework in asp net?
Is dapper better than entity framework?
What is entity framework firstordefault?
What is work of clr?