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
What Is Query Throttling in java?
What do you mean by thread safe?
Can you declare an interface method static?
how many types of Inheritance?
What is a nullable field?
Explain the pointers in Java?
Can we override private method in java?
What is meant by 'bit masking' in java?
What is the main functionality of the remote reference layer?
Can we use return in constructor?
What is the purpose of lambda expressions?
Which browsers work with java?
Which package has light weight components?
What is the char data type?
What is the exact difference in between Unicast and Multicast object? Where will it be used?