You are on page 1of 11

What is really happening here?

How are
frameworks, APIS and libraries related to
this code below?
First, we develop a high level understanding of how the code related the API and libraries
source code
Second, we develop a low level understanding of how the code related the API and libraries
source code
http://developer.classpath.org/doc/java/lang/StrictMath-source.html

Public final strictfp class StrictMath

Private StrictMath() {} // StrictMath is non-instantiable

You might also like