Which of the following errors/exceptions can be thrown by the runtime while performing a boxing conversion ?
NullPointerException
BoxingConversionError
OutOfMemoryError
A boxing conversion cannot result in any implicit errors at runtime since all relevant checks are performed at compile-time.