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?
Answer Posted / savita
kava
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is lazy programming?
What does serializing data mean?
How to create com object in Java?
How do you declare a destructor in java?
What happens if main method is not static?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Can we assign the reference to this variable?
How do you remove duplicates from an array in java?
Explain, java is compatible with all servers but not all browsers?
Is Java a dying language?
What is size () in java?
Can a method inside a interface be declared as final?
How do you ensure that n threads can access n resources without deadlock?
Define nashorn in java8.
When arithmeticexception is thrown?