What is boxing? How we can use it?
Answers were Sorted based on User's Feedback
Answer / yoga
Boxing: convert the value types to reference type
Unboxing: Convert the reference type to value type
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rahultripathi
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 ? | 6 Yes | 1 No |
Answer / monu
Boxing is an implicitly method which is use to convert the
value type datatypes.
Unboxing is an Explicitly.
Int32 x = 20; object o = x ; // Implicit
boxing
Int32 y = 20;
object obj = (object) y; // Explicit Boxing
| Is This Answer Correct ? | 0 Yes | 0 No |
Is asp.net and .net are same or different?
What is ViewState ? and how it is managed ?
14. What are your Future Plans for Swatz Oils GROUP U.K?
0 Answers CSC, Swatz Oils, TCS,
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Why should i prefer JSP over asp.net or any other web development language..??
what is caching?
Why do we need a web application session?
Describe the Server Control Events of ASP.NET?
0 Answers SwanSoft Technologies,
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is web api config?
Explain client-side scripting?
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)