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 toarray method in java?
Is it possible to specify multiple jndi names when deploying an ejb?
what is thread? : Java thread
What is r * in math?
What is a dynamic array in java?
Why can we not override static method?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
Which is easier netbeans or eclipse?
explain about jre and jvm
What is string data type?
How GUI component handle its own events?
Is it possible to compare various strings with the help of == operator?