Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

strings in java are represented as

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";

 
PREVIOUS NEXT
Tagged: #strings #java #represented
ADD COMMENT
Topic
Name
4+8 =