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 basic of java?
How do you use compareto in java?
Which package is always imported by default?
How do you declare an infinite loop?
What is private protected in java?
Why java doesn’t support multiple inheritances?
What is a parameter used for?
How objects are stored in java?
What does math floor () do?
Why we use set in java?
Can we initialize the final blank variable?
What is the use of arraylist class in java?