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
How we can multiple submit buttons in ASP.Net MVC
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is difference between html.beginform and ajax.beginform?
Describe the gac in the .net framework.
What is the .net framework and how does it work?
How do I install .net framework?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
will there be any issues adding a table without primary keys to a data model?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What is .net framework used for?
What is iobjectset? : Entity framework
How do you specify comments using razor syntax?
how do you mark a property as required? For example, for a project, the name is a required field.
What is razor code?
What are the 2 popular asp.net mvc view engines?