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 |
Why java applets are more useful for intranets as compared to internet?
What collections you have worked on? Internal working of Hashmap?
Who is the owner of java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is the base class of all exception classes in java?
Where will it be used?
What is space character in java?
what is meant by encapsulation?
How to find the largest value from the given array.
How can we pass argument to a function by reference instead of pass by value?
Which methods cannot be overridden in java?
Explain wait(), notify() and notifyall() methods of object class ?