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 |
Can we able to pass objects as an arguments in java?
Explain the concept of hashtables?
what is the use of reference variable
What is the difference between static (class) method and instance method?
What restrictions are placed on method overriding?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
Which programming language is most secure?
What is advantage of java?
what is an anonymous class?
Which is better arraylist or vector?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
How do you override a private method in java?