Answer Posted / ravikiran(aptech mumbai)
Access modifiers species the scope of the access of a
particular variable or method
1).public
2).protected
3).private
4).default
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Is string a class in java?
what is singleton class in java?
What does @override mean?
What is the association?
Can an integer be null java?
Where local and global variables are stored?
What things should be kept in mind while creating your own exceptions in java?
Explain the meaning of java applet.
What is size of int in java?
Tell me how many ways are there to initialise an integer with a constant.
How can we create a thread in java?
Is null false in java?
Is java same as core java?
What is Enum in Java?
Does java support function overloading, pointers, structures, unions or linked lists?