what are the different non-access specifiers in java?
Answers were Sorted based on User's Feedback
Answer / chinju230889
1. static
2. final
3. transient
4. abstract
5. synchronized
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / neeraj khatod
static
final
abstract
synchronized
volatile
transient
native
strictfp
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / dhanasekar
1)final
2)synchronize
3)static
4)native
5)volatile
6)strictfp
| Is This Answer Correct ? | 3 Yes | 2 No |
What is canonical name in java?
What value is a variable of the string type automatically initialized?
What does java edition mean?
What is a boolean output?
What is the use of default method in interface in java?
what is hashmap& hashtable with example?
Explain enumeration in java?
How to overcome the exception object reference not set to an instance of object?
What is the use of coding?
How do you format in java?
What is the difference between throw and throws?
What is the difference between checked exception and unchecked exception?