InterviewSolution
Saved Bookmarks
| 1. |
Which of these is used to access a member of class before object of that class is created?(a) public(b) private(c) static(d) protectedI got this question during an interview.The origin of the question is Access Control in portion Classes and Methods of Java |
|
Answer» The CORRECT CHOICE is (C) static |
|