148)What are wrapper classes?
| Wrapper classes are classes that allow primitive types to be accessed as objects. |
149)What is a native method?
| A native method is a method that is implemented in a language other than Java. |
150)What is the purpose of the System class?
| The purpose of the System class is to provide access to system resources. |
151)What comes to mind when someone mentions a shallow copy in Java?
| Object cloning. |