What is the name of the Java concept that uses access modifiers to protect variables and hide them within a class?
Correct Answer:
A
Using the private modifier is the main way that an object encapsulates itself and hide data from the outside world.
Given:
What is the result?
Correct Answer:
E
Which statement will empty the contents of a StringBuilder variable named sb?
Correct Answer:
C
Given the code fragment:
Which two modifications, when made independently, enable the code to print Joe:true: 100.0? (Choose two.)
Correct Answer:
AC
Given the code fragment:
What is the result?
Correct Answer:
E