String class Flashcards
1
Q
Primitive vs Object
A
Primitive - Like an integer. Stores only one thing
Object - stores more than one thing. They come with methods as well still
2
Q
Method to check if two strings are equal
A
s1.isequal(s2)