previous
|
start
|
next
Syntax 4.3: Static Method Call
ClassName
.
methodName
(
parameters
)
Example:
Math.sqrt(4)
Purpose:
To invoke a static method (a method that does not operate on an object) and supply its parameters
previous
|
start
|
next