Discuss the below:
Q1: How to use Java classes to find the number of times a string is present in another string?
Q2: Write a function to count occurrences of a string in another string. Then write a driver program to input a string and then input several lines of text, using the function to count occurrences of the string in the lines of text.