ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is boxing?
 Question Submitted By :: .NetGuru
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is boxing?
Answer
# 1
Boxing means convert value type to reference type
 
Is This Answer Correct ?    6 Yes 0 No
Vidhya T
 
  Re: What is boxing?
Answer
# 2
converting value type to reference type is called boxing.
 
Is This Answer Correct ?    4 Yes 0 No
Suresh
 
 
 
  Re: What is boxing?
Answer
# 3
Boxing is nothing but converting value type to reference type
Example:int i =10;
        object o = i; \\Boxing which can happen implicitly
     
       int j = (int)o; \\Unboxing Converting Referrenvce Type 
                         to value type.
 
Is This Answer Correct ?    7 Yes 0 No
Sivaprasad
 
  Re: What is boxing?
Answer
# 4
Boxing is the process of converting a  value type to the
type object or to any interface type implemented by this
value type. When the CLR boxes a value type, it wraps the
value inside a System.Object and stores it on the managed
heap. Unboxing extracts the value type from the object. In
the following example, the integer variable i is boxed and
assigned to object o.
Exam::
int i = 123;
object o = (object)i;  // boxing
...........
o = 123;
i = (int)o;  // unboxing
 
Is This Answer Correct ?    0 Yes 0 No
Maloy.adhikari
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what are the sitemap providers in Asp.net 2.0?  2
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?  2
when using windows API in .net then it is managed code or Unmanaged code?  1
Can we change the session timeout in ASP.NET, if yes then how and from where? L&T7
What is the DLL Hell Problem?  2
How to authenticate users using web.config ? Accenture2
Does the following statement executes successfully: Response.Write(?value of i = ? + i); TCS4
what are webservices?In which circumstances we can go for webservices? Microsoft2
Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?  2
How many Garbage Collectors are there for one Application or one Page Emphasis1
can u create two Primary key for a table? --Sivaa BirlaSoft8
Diff B/W user control and server control  3
.Net Doesn't offer Deterministic Distruction ? a) True b) False CTS4
how we deploy the asp.net 2.0 application Logistics1
Derive WSDL?  6
Can we use the java script code in .Net Code behind? eXensys4
What Are The Difference Between AutoEventWireup="true" and AutoEventWireup="False" Phoenix-Technologies9
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.  2
How do you associate two or more validators with a single input control? What do you need to do to prevent space from being reserved for a validation control thatpasses its validation test?  1
Describe and In Process Vs Out of Process component. Which is faster? Syntax-Softtech2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com