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 |
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is difference between variable declaration and definition?
what is function overloading in java?
0 Answers Tavant Technologies, TCS, Virtusa,
What is busy spin, and why should you use it?
Can i have abstract class with no abstract methods?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
how many ways to create Thread and which one is good? runnable interface ot Thread class?
What is the difference between an object-oriented programming language and object-based programming language?
Difference between String and StringBuffer.
when should you use stringbuilder class in a program?
Is java pass by value or pass by reference?
How to override a equals() method and what is the use?