What are non-access modifiers?
Answers were Sorted based on User's Feedback
There are below commonly used non-access modifiers
• Static
• Abstract
• Synchronized
• Final
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ambadas
Non access modifiers are static final abstract synchronized volatile transient strctfp native
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between synchronized and synchronized block?
If a variable is declared as private, where may the variable be accessed?
Do loops java?
What is a java string?
What is null mean in java?
How many ways can you break a singleton class in java?
How to override equals() and hashCode() method in java?
What is a numeric literal?
What is main in java?
What is a key in java?
Is java call by value?
What is classpath?