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 the major drawback of internal iteration over external iteration?
What is fail first in java?
Can we use switch statement with strings?
Is c better than java?
How to change value in arraylist java?
What is the difference between stringbuffer and stringbuilder?
what is recursion in java
Explain Basics of OOP Language in java
Is break statement can be used as labels in java?
What is a method signature java?
Is a method a function?
Compare Mutex and Semaphore in java.
What environment variables do I need to set on my machine in order to be able to run java programs?
How do you allocate memory to object?
Difference between keyword and identifier.