whats the difference between == and .equal ?
Answer Posted / guest
== compares the objects but .equals compare the value of the
objects.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
What is function declaration?
Is double bigger than float?
Explain the Propertie sof class?
Do extraneous variables affect validity?
Can we force garbage collector to run ?
Define the term string pool?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is the difference between static (class) method and instance method?
Is null an object java?
What is prime number in java?
What is int lol?
Give the hierarchy of inputstream and outputstream classes.
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is early binding and late binding in java?
In a container there are 5 components. I want to display all the component names, how will you do that?