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 / satish

true
true

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to sort a collection of custom Objects in Java?

999


Is a string literal?

1004


What do you understand by the term singleton?

943


What is Classloader in Java?

1134


Lowest Common ancestor in a Binary Search Tree and Binary Tree.

896


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

1147


What is a numeric format?

1009


What are java methods?

1039


What are variable names?

912


What are namespaces in java?

977


Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls

1852


What languages are pass by reference?

992


What is the difference between equals() and == in java?

918


What are loops in java? What are three types of loops?

986


Which command from the jdk compiles a java program?

920