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
Can you please explain the request flow in ASP.NET MVC framework?
how do you mark a property as required? For example, for a project, the name is a required field.
Explain the methods used to render the views in mvc?
how to disable the lazy loading framework?
What is model first? : Entity framework
What is the difference between .net core and .net framework?
What is razor code?
what is scalar property?
What is an asynchronous controller in asp.net mvc?
What are html helpers in asp.net mvc?
explain lazy loading, eager loading, and explicit loading?
How do I use partial view?
What is managed extensibility framework?
Explain the .net framework.
explain how you can load related entities in ef (entity framework)?