What are the main uses of this keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Is string thread safe in java?
What are static variables and functions?
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
What is void class in java?
What are class members by default?
What is tree in java?
Can we override constructors?
What will happen if static modifier is removed from the signature of the main method?
What is ternary operator?
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); } }
How we can make copy of a java object?
what do you mean by marker interface in java?