Computer Science, asked by vanshikatenddn, 5 months ago

Q1. Write a Java statement for
To replace 'a' with 'o' in the string "Parallax”.

Answers

Answered by naziyaqureshi106
1

Answer:

A String in Java is actually an object, which contain methods that can perform certain operations on strings. For example, the length of a string can be found with the length() method:

Explanation:

Method

Similar questions