Question: 1. Discuss the manner in which Java passes parameters to a method. Is this technique consistent between primitive types and objects? Explain. Explain why a static method cannot refer to an instance variable.
2. Can a class implement two interfaces that each contains the same method signature? Explain