Kajal Gaharwal submitted a project report on Java programming discussing wrapper classes and nesting of methods. The report provides details on converting between primitive data types and their wrapper classes, including constructor and method examples. It also explains nesting of methods within a class, allowing a method to call another method of the same class without using an object. Sample code is given to illustrate nesting.