What is equals method in java?


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

Post New Answer

More Core Java Interview Questions

int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


Explain about main thread in java?

0 Answers  


java program with complete 4 oops concepts implemented example

0 Answers   Infosys, NIIT,


What are the two environment variables that must be set in order to run any java programs?

0 Answers  


Why is stringbuffer faster than string?

0 Answers  






what is object slice?

0 Answers  


Can we have a method name same as class name in java?

0 Answers  


Why string is immutable or final in java

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 is domain object

1 Answers  


Explain the relationship between the Canvas and Graphics class?

1 Answers  


Can we have more than one package statement in source file ?

0 Answers  


Categories