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

Why does java have two ways to create child threads?

0 Answers  


what is object deep copy and shallow copy and why it is required?

2 Answers  


In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????

4 Answers   Kanbay,


How do you convert boolean to boolean?

0 Answers  


How do you use compareto in java?

0 Answers  


How can we access some class in another class in java?

0 Answers  


Name the package that always imported by default?

4 Answers  


How are variables stored in memory?

0 Answers  


Explain wait() method of object class ?

0 Answers  


What is operator overloading. Is it is supported in java?

0 Answers  


Is Java is 100% pure OOPS? Explain?

27 Answers   ANZ,


System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0

8 Answers   Accenture,


Categories