will this code works fine? or will it gives error? Object
obj=5; int i=6; i=i+obj;
Answer / alb.shah
can not applied this because i is value type and obj is
reference type so this will create error
//u can do this
Object obj = 5;
int i = 6;
i = i + Convert.ToInt32(obj);
| Is This Answer Correct ? | 15 Yes | 2 No |
diffrance between stored procedure & function in sql server?
Explain about Multi-Language integration?
what are the Custom controls in asp.net?
what is use to destroy an object? illustrate.
What is the difference between abstract class vs interface? Can give me the real time examples?
What would be salary for 6+ years of experience in ASP.NET in different metro city in india?
Difference between .NET components and COM components?
Types of values mode can hold session state in Web.Config?
Is asp.net and .net are same or different?
What are the asp.net objects? is it application obects, cache objests etc. or is it state managements, web services etc?
What tags do you need to add within the asp:datagrid tags to bind columns manually?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)