Modifying A String
There are about 5000 built-in packages of java. And each of these packages contains numerous classes. An important built-in package of java is java.lang. This package is automatically imported into every program that you write. Within this package, there is an important class known as String. Explaining the full string class will cost your whole day, thus we limit our discussion only to few things about string which includes, how to declare a string and how we can further use it in our java code. If you are familiar with few programming languages (other than java) then surely you are not new to […]
Modifying A String Read More »