What is the replace tool?
Answer / Dev Prakash
In Java, the replace() method of String class allows replacing a substring within another string. You can specify the substring to be replaced and the replacement string.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the problems faced by java programmers who don't use layout managers?
What do you mean by Remote procedure call?
Does java have a compiler?
What are thread priorities and importance of thread priorities in java?
Where is core java used?
What is meant by class loader? How many types are there?
What is difference between == and === in js?
what is the J2EE BluPrints?
Explain 5 io best practices?
Is jdk required on each machine to run a java program?
when we have to use final class in java?
Is null an object java?