Examine the following code: Which of the following correctly creates an instance of both the Product and the ProductDetail (a non-static inner) class?
pubilc class Product {
public class ProductDetail {
}
}

Q&A Education