will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / sri4u_926
Defenitly it gives Error bcoz we cannot apply operators for
the type object.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what do you mean by table-per-hierarchy?
What is meant by domain model?
What is the difference between windows vista and .net framework 3.0 ?
What are Code Blocks in Views?
What is orm entity framework?
How to change the action name in mvc?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is the difference between viewbag and viewdata in mvc?
What is stateless model?
Explain Model, view and Controllers in Asp.Net MVC?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Is http stateful or stateless?
What is namespace of asp.net mvc?
What are bundling & minification features in asp.net mvc 4?
What is entity framework in asp net?