Class
Math provides a collection of static methods that enable you to perform common mathematical calculations.  To get the API documentation on the web, click http://java.sun.com/javase/7/docs/api/index.html

Calling a static method:    ClassName.methodName( arguments )

Click here for more information.