Class info
String
A String object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String objects 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)