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 are the files generated after using IDL to java compiler?
Can we have 2 main methods in java class?
How to convert string to byte array and vice versa?
What is thread synchronization in java?
What do you mean by singleton class in java?
when everything can be done by static block then why do we use main method?.
How do you use, call, and access a static method in Java?
What is java regex?
Why chararray() is preferred over string to store the password?
while creating thread why we extend thread class
What is a method in programming?
Why synchronization is important?