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 |
How do you read a char in java?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What does sizeof return?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
what is run time polymorphism
Can we write any code after throw statement?
How java is similar to c?
How to access a method that it declared as protected?
What is collection api?
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
What is the meaning of nullable?
What is the best way to findout the time/memory consuming process?