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   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  C Sharp
 
 


 

 
 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
Hi to everybody. Lastweek i had taken an interview on c#.
They ask what is boxing & unboxing, Masking.Please tell the 
answer and it is useful for me.
 Question Submitted By :: Jaishankar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Hi to everybody. Lastweek i had taken an interview on c#. They ask what is boxing & unboxing, Masking.Please tell the answer and it is useful for me.
Answer
# 1
Boxing:converting from value types to reference type is
known as boxing.
Unboxing:Converting from reference types to value type is
known as unboxing.
 
Is This Answer Correct ?    2 Yes 0 No
Saubhagya
 
  Re: Hi to everybody. Lastweek i had taken an interview on c#. They ask what is boxing & unboxing, Masking.Please tell the answer and it is useful for me.
Answer
# 2
class Test
{
  static void Main()
  {
   int i = 1;
   object o = i;    // boxing
   int j = (int) o; // unboxing
  }
}
 
Is This Answer Correct ?    1 Yes 0 No
Mr. D
 
 
 

 
 
 
Other C Sharp Interview Questions
 
  Question Asked @ Answers
 
Which type of variables are under the control of garbage collector? Kanbay3
Can you declare the override method static while the original method is non-static?  3
difference between keyword internal and protected? HCL4
What are the collection classes ? Digital-GlobalSoft1
How To Maintain Transaction In C#? Phoenix-Technologies1
how to deplaoy a project in the system?  1
interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?  4
how to use caching in our program. why we use it give one example in code  1
What?s a multicast delegate? Visual-Soft2
How?s method overriding different from overloading?  2
what r arraylist? what the use of Hashtables?  4
how to access the virtual method without creating the objet for the virtual method?  1
what is an internal specifier? what happens internally when I use access specifier Internal ? rsystems4
What?s the difference between an interface and abstract class? Mind-Tree4
what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages? DataPoint1
Explain the difference between a sub and a function? Wipro1
What?s an abstract class?  4
Can you allow class to be inherited, but prevent the method from being over-ridden?  1
In c# how to connect crystal report?  2
Explain constructor? Wipro6
 
For more C Sharp 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