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 maximum size of arraylist in java?
What is default size of arraylist in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Can you have two constructors in java?
How can we break singleton in java?
What makes a function well defined?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is re-factoring in software?
What is substring in java?
Difference between static and dynamic class loading.
How does singleton class work?
What happens when a thrown exception is not handled?
What does serializing data mean?
What is this keyword used for?
What are the differences between string and stringbuffer?