Answers for "strings in java are represented as"

0

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";
Posted by: Guest on November-22-2021

Code answers related to "strings in java are represented as"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language