Podcast
Questions and Answers
What is the storage size of characters in Java?
What is the storage size of characters in Java?
- 16 bits (correct)
- 32 bits
- 64 bits
- 8 bits
What is the immutability characteristic of Java String objects?
What is the immutability characteristic of Java String objects?
- They are partially immutable
- They are immutable (correct)
- They are mutable
- They are conditionally mutable
How many ways are there to create a string in Java?
How many ways are there to create a string in Java?
- Three
- One
- Four
- Two (correct)
Which interface does the CharBuffer class implement in Java?
Which interface does the CharBuffer class implement in Java?
What does JVM do when finding a string object in the pool?
What does JVM do when finding a string object in the pool?
Flashcards are hidden until you start studying