whats the difference between == and .equal ?
Answer Posted / surendra babu
== refers comparision of values and .eqals refers as
address of the variables.
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Can inner class have constructor?
What is hashmap in java?
What is java objectoutputstream?
I want to persist data of objects for later use. What is the best approach to do so?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is file in java?
Define jit compiler?
Explain the importance of throwable class and its methods?
What is difference between static class and normal class?
Can singleton class be inherited in java?
Describe string intern() methodology
What is a dynamic array in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Is singleton class immutable?
What is early binding and late binding in java?