How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is the different types of functions?
how to java plateform independent?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
what is comparable and comparator interface?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
What is the difference between interface & abstract class?
Can u write constructor in abstract.If yes den when it will be invoked.
What are the types of methods in java?
What is unsigned char?
how we can write the string concatenation program in java.
What is an infinite loop? How infinite loop is declared?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?