string di java diwakili sebagai

A String is represented as objects in Java. Accordingly
an object contains values stored in instance variables 
within the object. An object also contains bodies of code 
that operate upon the object. These bodies of code are called methods.
  
Example:
	String string = "This is a string";

Bredo