+ 1

What is the use of 'strictfp' keyword in Java?

15th May 2018, 3:19 PM
Vijay Dangi
Vijay Dangi - avatar
3 odpowiedzi
+ 8
A Google search helps, often. https://www.wikipedia.org/wiki/Strictfp
15th May 2018, 3:28 PM
Dev
Dev - avatar
15th May 2018, 9:18 PM
Tashi N
Tashi N - avatar
+ 2
hi, strictfp is a keyword in the Java programming language that restricts floating-point calculations to ensure portability. The strictfp command was introduced into Java with the Java virtual machine (JVM) version 1.2 and is available for use on all currently updated Java VMs.
15th May 2018, 3:27 PM
Rajeeb