1. Write code for time conversion. Given the string "10:00 AM", if 10 is added, the output should be 8 PM.
2. What are the differences between a class object and a bean?
3. In JUnit, how do you check if an object is null?
4. Name examples of terminal stream operations and intermediate operations.