what are the different non-access specifiers in java?

Answers were Sorted based on User's Feedback



what are the different non-access specifiers in java?..

Answer / chinju230889

1. static
2. final
3. transient
4. abstract
5. synchronized

Is This Answer Correct ?    30 Yes 3 No

what are the different non-access specifiers in java?..

Answer / neeraj khatod

static
final
abstract
synchronized
volatile
transient
native
strictfp

Is This Answer Correct ?    15 Yes 1 No

what are the different non-access specifiers in java?..

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 different non-access specifiers in java?..

Answer / alosha

static

Is This Answer Correct ?    4 Yes 7 No

what are the different non-access specifiers in java?..

Answer / robin

friendly,

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is not object oriented programming?

0 Answers  


What do you understand by synchronization?

0 Answers  


What do you mean by scope of variable?

0 Answers  


Is the milky way in a void?

0 Answers  


Explain the difference between map and flatmap stream operation?

0 Answers  






write java code to print second max number in the array

12 Answers   Huawei, IBAB,


Why is java called the platform independent programming language?

0 Answers  


Why isn’t there operator overloading?

0 Answers  


Difference between serialization and deserialization in java?

0 Answers  


What is widening and narrowing in java? Discuss with an example.

0 Answers   Amdocs,


why java does not support mulitple inheritance directly?

3 Answers   TCS,


What is method reference?

0 Answers  


Categories