will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / somnath nanekar
it will give an error...(we hv to typecast object to int)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is presentation framework?
What is the benefit of entity framework?
What is a model in programming?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
How to Redirect Tracing to a File
What is a view engine?
which are the key concepts of entity data model?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is difference between html.beginform and ajax.beginform?
what is scalar property?
Can I add asp.net mvc testcases in visual studio express?
What is storage model? : Entity framework
what is code first approach?
What is the advantage of mvc?
How does .net framework works?