Class info
String
A String object has an arbitrary sequence of bytes, typically representing text or binary data. A String object may be created using String::new or as literals.
Included methods
Class methods
These are methods that can be called on the class directly like String.new
Instance methods
These are methods that can be called on an object (instance of an class)