InterviewSolution
Saved Bookmarks
| 1. |
What Is Private ? |
|
Answer» A Java KEYWORD USED in a METHOD or VARIABLE DECLARATION. It signifies that the method or variable can only be accessed by other elements of its class. A Java keyword used in a method or variable declaration. It signifies that the method or variable can only be accessed by other elements of its class. |
|