Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Core Java - Interview Questions and Answers for 'Scope vs access modifier' - 1 question(s) found - Order By Rating | ||||
| ||||
| Ans. Scope modifiers changes the scope of a particular element or a method. For ex - static changes the scope of that of class and not of object. Access modifiers changes the access priviledges of a particular element or a method. For ex - private , public etc. | ||||