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 the format specifier?
What is difference between string and stringbuffer?
What is stored procedure. How do you create stored procedure ?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What are methods in java?
What is a module function?
Can a private method of a superclass be declared within a subclass?
What is logical variable?
What is singleton math?
Is null an object in java?
Write a method to check if input string is palindrome?
Can we declare an interface as final?
Which browsers work with java?
Is java a prime method?
What was java originally called?