Different types of modifiers?
Answers were Sorted based on User's Feedback
Answer / vijayakumar chinnasamy
Modifiers are
final,static,volatile,abstract,synchronization,native ,
strictfp
| Is This Answer Correct ? | 11 Yes | 9 No |
Answer / s. prasad
transient,volatile,synchronized and native (including
abstract,static and final)
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / priyanka agrawal
access modifer is final,abstract,static,syncronition
| Is This Answer Correct ? | 11 Yes | 16 No |
Answer / ravikiran(aptech mumbai)
static,final,native,synchronized,abstract
| Is This Answer Correct ? | 10 Yes | 16 No |
To the class members how can we provide security?
What do you mean by static variable?
What is assembly condition codes?
what is marker interface ? what is the necessity of it?
Can a final variable be null?
Explain about fail safe iterators in java?
Which is the best sorting technique in java?
What is application system?
Is java owned by oracle?
What is the simpletimezone class in java programming?
Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
Can we have multiple public classes in a java source file?