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? HOW WE CAN USE IT?
 Question Submitted By :: Yoshita Kundwani
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 ?    2 Yes 0 No
Rahultripathi
[Alphabetic Computer Services Pvt. Ltd.]
 
  Re: WHAT IS BOXING? HOW WE CAN USE IT?
Answer
# 2
Changing Value types i.e.,int,double etc in to reference 
type i.e., object is called boxing
 
Is This Answer Correct ?    0 Yes 1 No
A.mustaq Ahmed
 
 
 
  Re: WHAT IS BOXING? HOW WE CAN USE IT?
Answer
# 3
it is implicit convertion for value type to refference type

int x=10;
object y;
x=y;//boxing
 
Is This Answer Correct ?    1 Yes 0 No
Murugavel
 
  Re: WHAT IS BOXING? HOW WE CAN USE IT?
Answer
# 4
Boxing is implicit conversion of value type to type object.

ex: 
    int i = 123;
    int j = i;    // boxing
 
Is This Answer Correct ?    1 Yes 0 No
Saiish Bhat
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Where do you store the information about the user?s locale?  1
I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?  3
Explain the life cycle of an ASP .NET page.  2
What is smart navigation?  1
How to limit table cell size with long strings? IBS1
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com TCS2
Which institute provide good Project training on .Net technologies in hyd?  4
hi everyone. can anyone send me wipro interview questions on .net. plz its urgent Wipro1
Which namespace in used to connction web cam  1
Features in ASP.NET? Microsoft2
Differences between session state and Application state?  2
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'  2
Which two properties are there on every validation control?  2
what is managed and unmanaged code? Microsoft3
What is the difference between response.redirect and server.transfer, how to choose one among the other? 247Customer2
What are the disadvantages of view state / what are the benefits?  2
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables. Syntax-Softtech4
If cookies is disabled in client browser will session work ? Satyam3
Caching techniques in .NET? Microsoft2
What does this do? sn -t foo.dll  2
 
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