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 |
How many bytes is a string?
Why 1 is not a prime number?
What is the difference between a constructor and a method?
why String class is immutable.
Why are the objects immutable in java?
What is join () in java?
What do you know about the garbage collector in java?
Can we define package statement after import statement in java?
Can you make a constructor final in Java?
0 Answers SwanSoft Technologies,
Can we use both this () and super () in a constructor?
Why for each loop is used?
Is an object null?