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 the major difference between linkedlist and arraylist?
what are the methods of an object class?
What is compiler and what its output.
what is a static block?
Explain access specifiers?
0 Answers Thomson Reuters, Virtusa,
How to implement a multithreaded applet?
what is difference betwwen hashmap and hashtable ?
Difference between abstract and concrete class ?
a thread is runnable, how does that work? : Java thread
how we can make a read-only class in java?
What is the do while loop syntax?
Define interface?