WHAT ARE THE KEY ACCESS MODIFIERS OR SPECIFIERS CAN BE USED BEFORE VARIABLES AND METHODS ?

5 comments:

  1. wt is the use of tansient and volatile keywords and wt is the use of strictfp

    ReplyDelete
  2. Please describe tansient,volatile ,synchronized ,strictfp and native keywords.

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. Trnsient:- A keyword in the Java programming language that indicates that a field is not part of the serialized form of an object. When an object is serialized, the values of its transient fields are not included in the serial representation, while the values of its non-transient fields are included.

      Delete