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


Please Help Members By Posting Answers For Below Questions

What is entity framework used for?

740


What is entityset? : Entity framework

751


Explain linq to entities? : Entity framework

751


Explain what is asp.net mvc?

850


Is it possible to cancel filter execution?

735


When will the .net framework 3.0 be released?

713


What is the difference between old ADO.NET and Entity framework coding techniques?

752


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

795


What are the 2 ways of adding constraints to a route?

749


What is the difference between viewbag and viewdata in asp.net mvc?

840


What are Action Methods in ASP.NET MVC?

790


What is entity framework in asp net?

727


Is dapper better than entity framework?

730


What is entity framework firstordefault?

721


What is work of clr?

774