Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 Posted / mr. d

class Test
{
static void Main()
{
int i = 1;
object o = i; // boxing
int j = (int) o; // unboxing
}
}

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some Advantages of switch-case over if else?

1002


What are the two kinds of properties in c#.

994


what is main function of alternate teamplate of datalist?

2448


Can you inherit from multiple classes in c#?

941


What does firstordefault mean in c#?

1014


Explain the differences between static, void and public in c#?

1060


How do I create a multilanguage?

965


Explain what are three test cases you should go through in unit testing?

998


What is the difference between a variable and a literal?

1120


What is namespace explain with example?

916


What is difference between constants and read-only?

1035


Why do we use hashtable in c#?

1022


Is comparator a functional interface?

923


What is data quality assurance?

953


Explain a MSIL ? Why is it appreciated by all developers?

1182