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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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? How we can use it?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is boxing? How we can use it?
Answer
# 1
There is two type datatype available Value and reference 
type . value are stored in stack and reference type used 
in  heap . when we copy data from stack memmory to heap it 
call Boxing . 


Int32 x = 10;         object o = x ;  // Implicit 
boxing               
 Int32 y = 10;      
   object obj = (object) y; // Explicit Boxing


Rahul Tripathi 
raultripathi@myway.com
 
Is This Answer Correct ?    3 Yes 0 No
Rahultripathi
[Alphabetic Computer Services Pvt. Ltd.]
 
  Re: What is boxing? How we can use it?
Answer
# 2
Boxing: convert the value types to reference type
Unboxing: Convert the reference type to value type
 
Is This Answer Correct ?    3 Yes 0 No
Yoga
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is dataset ? Infosys10
Which namespace in used to connction web cam  2
what is the role of aspx file ? Netsweeper2
what is generics? Microsoft2
version information of assembly consist of _________ values. AG-Technologies3
What are runtime hosts? Microsoft3
WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS. HCL9
Should user input data validation occur server-side or client-side? Why? NIC3
what is SQL cache Invalidation?  1
What does setting a control's EnableViewState property to false accomplish?  1
Whats MSIL, and why should my developers need an appreciation of it if at all?  1
what is postback implementation?when pre-render event n init event is fired? Ness-Technologies1
What is cookie less session? How it works?  1
What are Authentication mechanisms in .Net? Accenture5
when the user control event occur in ASp page life cycle?  3
what is SAP fullform SAP-Labs25
When during the page processing cycle is ViewState available?  1
Difference between asp and asp.net? Accenture3
Why do we use Option Explicit? Microsoft2
we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using? Tech-Mahindra5
 
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