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...

int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j);
Give the sample code above, what is the output to the console?

Answer Posted / aspdev556

true
true
false

Is This Answer Correct ?    43 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is predicate c#?

926


Define a class and an object?

922


what is scope of a protected internal member variable of a c# class

967


How can we make a thread sleep for infinite period ?

944


What is dataview c#?

812


Which operator cannot be overloaded in c sharp?

828


What is using keyword in C#?

979


Explain the different types of delegates used in c#.

889


How many dimensions can an array have?

840


Explain lock, monitors, and mutex object in threading.

862


What does get set mean in c#?

865


Explain how to parse a datetime string?

874


What is difference between static and constant variable?

940


Distinguish between finally and finalize blocks?

861


Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

884