what are the different non-access specifiers in java?
Answer Posted / chinju230889
1. static
2. final
3. transient
4. abstract
5. synchronized
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
Why stringbuffer is faster than string?
Difference between Linked list and Queue?
What exactly is java?
Which is dependent variable?
When to use runnable interface vs thread class in java?
enlist some features of jdk.
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is the difference between final, finally and finalize() in java?
What is the difference between hashmap and hashtable in java?
Why spring singleton is not thread safe?
Difference between ‘>>’ and ‘>>>’ operators in java?
What do you understand by the term string pool?
Will the jvm load the package twice at runtime?
What is array sorting in java?
Can Exception handling we can handle multiple catch blocks?