Java Reference
In-Depth Information
Modifier
Class
Constructor
Method
Data
Block
Explanation
synchronized
Only one thread at a time can
execute this method.
U
U
strictfp
Use strict floating-point
calculations to guarantee that
the evaluation result is the
same on all JVMs.
U
U
Mark a nonserializable
instance data field.
transient
U
The modifiers default (no modifier), public , private , and protected are known as
visibility or accessibility modifiers because they specify how classes and class members are
accessed.
The modifiers public , private , protected , static , final , and abstract can also
be applied to inner classes.
 
 
Search WWH ::




Custom Search