This document is a project report submitted by Kaushal Soni towards their BCA degree at Dezyne E'cole College. It discusses wrapper classes in Java, which allow primitive data types to be handled as objects, and nesting of methods, where one method calls another method in the same class. The report provides examples of converting between primitive types and wrapper classes, calling methods within a class, and using wrapper classes and autoboxing/unboxing features with collections like vectors.