What is keyword in oop?
No Answer is Posted For this Question
Be the First to Post Answer
Name few java 8 annotations ?
What is nested top-level class?
What is the arraylist in java?
What is nullpointerexception in java?
What access modifiers can be used for methods?
What is wrapper class html?
Can we clone singleton class in java?
Can a final variable be null?
How do you delete a list in java?
What super () does in java?
Is the empty set a singleton?
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); } }