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 are the rules for variable declaration?
What is stringreader?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
INTERVIEW QUESTION FOR ANDROID
Why is it called buffering?
Can a main method be overloaded?
What is character in data type?
Explain the relationship between the Canvas and Graphics class?
What is the difference between hashmap and hashtable? What is an interface?
What is the properties class in java programming?
What is the constructor?
Difference between abstract and concrete class ?