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

public class Test

{

public static void main(String ar[])

{

Integer a = 10;

Integer b =10;

Integer c = 145;

Integer d = 145;

System.out.println(a==b);

System.out.println(c==d);

}

}

Answer Posted / ravindra

true
true

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to sort an array from smallest to largest java?

1030


Explain java coding standards for methods?

1083


Is a case study a method or methodology?

947


Why we override equals() method?

1080


What is main difference between variable and constant?

1078


Explain heap sort?

1165


What is a variable and constant?

1059


Explain about varargs in java?

1180


Explain spliterator in java8?

1096


What is JVM and is it platform independent?

1103


What are locale settings?

1031


What are the advantages of user defined functions?

1064


Is static a singleton?

1023


String class is defined under which package in java?

1137


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

1132