Discuss the below:
Q: Create a Java application that calculates the product of a series of integers that are passed to method "product" using a variable-length argument list. Test your method with several calls, each with a different number of arguments.