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 is a bufferedreader?
can we access the super class method using subclass object?
What is difference between java and java ee?
Why static functions are used?
Is string a keyword in java?
What are access modifiers in Java ?
What is anti pattern in programming?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Can I overload to string method
What is Classloader in Java?
What are the 2 types of java programs?
what is meant wrapper classes?