File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes strictfp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "strictfp" Watch "strictfp" New topic
Author

strictfp

sanjana narayanan
Ranch Hand

Joined: Nov 25, 2003
Posts: 142
Do we have strictfp for the exam?
As far as i know it is not present in the objectives..

Sanjana
Vad Fogel
Ranch Hand

Joined: Aug 25, 2003
Posts: 504
strictfp is one of the non-access method and class modifiers and is likely to be on the exam.

Declare classes, nested classes, methods, instance variables, static variables and automatic (method local) variables making appropriate use of all permitted modifiers (such as public, final, static, abstract, etc.). State the significance of each of these modifiers both singly and in combination and state the effect of package relationships on declared items qualified by these modifiers.
Anand Ko
Ranch Hand

Joined: Dec 03, 2003
Posts: 79
It's even for variables & interface too. These are not inherited also.


Anand<br />SCJP 1.4, SCWCD 1.4, SCEA 5.0(1/3)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: strictfp
 
Similar Threads
abstract and strictfp
keywords
strictfp
diff lists of keywords in java
strictfp keyword