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 array a class in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is final modifier?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is a lock or purpose of locks in java?
What is autoboxing and unboxing?
Explain constructors and types of constructors in java.
Differentiate between a class and an object.
Explain when classnotfoundexception will be raised ?
What is the functionality of the stub?
what is the difference between process and thread? : Java thread
What are annotations in java?
Can we inherit inner class?
Can we declare register variable as global?
Which is best ide for java?