what are the different non-access specifiers in java?
Answer Posted / neeraj khatod
static
final
abstract
synchronized
volatile
transient
native
strictfp
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Why do we use return statement?
Mention some features of java?
What's the access scope of protected access specifier?
What are keywords in java?
What is use of static in java?
Differentiate between stringbuffer and string?
Can we use static class instead of singleton?
How to make a non daemon thread as daemon?
How many bytes is a unicode character?
Explain different types of thread priorities ?
List any five features of java?
What is difference between add() and addelement() in vector?
What is the difference between notify and notifyall method?
How are the elements of a gridbaglayout organized in java programming?
What will be the output of round(3.7) and ceil(3.7)?