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
What is the common usage of serialization?
What is the purpose of a parameter?
Can you use this() and super() both in a constructor?
What is java ceil?
What is the destroy method?
When do we need to use internal iteration? When do we need to use external iteration?
How big is a 32 bit integer?
What is the purpose of file class?
Differentiate between nested and inner class in java.
What is module with example?
Can we nested try statements in java?
Are registers volatile?
Tell me how many ways are there to initialise an integer with a constant.
Is alive in java?
Write a program to print count of empty strings in java 8?