Static String
Static String
Creating a String
1. String literal
String literal
String Methods
String Length
Instance Methods
Methods that require an object of its class to be created before calling it
is called as Instance methods.
To invoke a instance method, we have to create an Object of the class
in within which it defined.
Static Methods