You have an enum called Size with values SMALL, MEDIUM, and LARGE. How can you access the number of elements in the Size enum?
Which of the following correctly declares an empty ArrayList of Strings?
Which class from the Java I/O API is used to write text data to the console?
What is the primary benefit of using a finally block?
How do you access localized resources (like text messages) based on the current locale?
What functionality is provided by the jdeps tool?