Question 1
In addition to their usage providing a mechanism to convert (to box) primitive data into objects, what else do the wrapper classes provide?
◦ enumerations
◦ static constants
◦ arrays to contain the data
◦ exceptions
◦ none of these
Question 2
In Java a variable may contain
◦ a value or a reference
◦ a package
◦ a method
◦ a class
◦ any of these