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 |
What do you mean by checked exceptions?
What are different types of control structures?
What is the history of java?
What is run-time class and system class? what is their purpose?
Can we extend the String class?
what are the difference between Java and .Net?
What is a boolean flag in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
what is deadlock? : Java thread
Explain about GridBag Layout?
Can we convert stringbuffer to string?
What is the difference between import java.util.date and java .util?