1. What does the new Solution().method1() do. Create a new object? but what is the name of the newly created object? 2. What does main(null); do here? Where should the program look for the main method?