Is null == null in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

When garbage collector invokes object?s finalize() method?

5 Answers  


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


What is the purpose of default constructor?

0 Answers  


Can the interface be final?

0 Answers  


What's a method in programming?

0 Answers  






What are the changes in java.io in java 8 ?

0 Answers  


When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?

0 Answers  


What are nested classes in java?

0 Answers  


Explain different forms of polymorphism?

0 Answers  


What is the major drawback of internal iteration over external iteration?

0 Answers  


What is a pattern what is an anti pattern?

0 Answers  


What is an anonymous class in java?

0 Answers  


Categories