+ 1
What is the use of 'strictfp' keyword in Java?
3 Respuestas
+ 8
A Google search helps, often.
https://www.wikipedia.org/wiki/Strictfp
+ 4
Input:
strictfp
;)
https://code.sololearn.com/cmAC58iEl5y3/?ref=app
+ 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.