0% found this document useful (0 votes)
40 views11 pages

Frameworks, APIS&Libraries - Explanation

This document discusses code related to APIs and libraries. It first recommends developing a high-level understanding of how the code relates to APIs and libraries by looking at source code. It then suggests developing a low-level understanding by examining specific source code for the StrictMath class, which is non-instantiable and contains methods for basic math functions.

Uploaded by

Pratiksh Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views11 pages

Frameworks, APIS&Libraries - Explanation

This document discusses code related to APIs and libraries. It first recommends developing a high-level understanding of how the code relates to APIs and libraries by looking at source code. It then suggests developing a low-level understanding by examining specific source code for the StrictMath class, which is non-instantiable and contains methods for basic math functions.

Uploaded by

Pratiksh Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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