What are other modifiers?
Answers were Sorted based on User's Feedback
Answer / dsr
modifiers:abstract,final,volatile,static,transient...
| Is This Answer Correct ? | 1 Yes | 0 No |
Accessibility Modifiers : public, protected, private
Others : static, abstract, final, transient,
volatile,synchronised
| Is This Answer Correct ? | 1 Yes | 0 No |
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
Can list have duplicates in java?
Write code of any action class?
Hi Friends, can u give code to convert ArrayList to HashMap and HashMap to ArrayList.
What are the latest versions in JAVA related areas?
What are the common uses of "this" keyword in java ?
Explain when noclassdeffounderror will be raised ?
What is the difference between state-based unit testing and interaction-based unit testing?
What is the purpose class.forname method?
What is called module?
By what default value is an object reference declared as an instance variable?
What is variable in java?