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 are void methods?

0 Answers  


What are the two ways in which thread can be created?

0 Answers  


Is there a jre for java 11?

0 Answers  


Explain Event handling in AWT?

1 Answers   Infosys, TCS,


what is generics in jdk1.5?

2 Answers   Bally Technologies,






What is the size of integer?

0 Answers  


can we have virtual functions in java?

11 Answers   Wipro,


What is the use of optional ?

0 Answers  


What is the basically use of finally while we know it is always executed but why?

5 Answers   Oracle, TCS,


What is private static class in java?

0 Answers  


How do you replace a string in java?

0 Answers  


How to Create A Wapper Class in core Java and Why are Use in java?

2 Answers   Amdocs,


Categories