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 function of static in java?
What does void * mean?
How to sort numbers in java without array?
What is int lol?
What classes of exceptions may be thrown by a throw statement?
In java, how we can disallow serialization of variables?
What is outofmemoryerror in java?
Can the garbage collection be forced by any means?
What is the internal implementation of set in java?
What is scanner in java?
What do you mean by of string::valueof expression in java 8?
What is a parameter in matrices?
Does string is thread-safe in java?
Why is serialization required?
What is stack example?