If a formal parameter is a variable of a primitive data type, then after copying the value of the actual parameter, there is no connection between the formal and actual parameter.
Suppose that the following statement is included in a program. import static java.lang.Math.*; After this statement, a static method of the class Math can be called using just the method name.