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 |
What is passing by reference in java?
Explain the selection sort algorithm?
which pattern is default in scanner package?
Differentiate between stringbuffer and stringbuilder in java.
What are the disadvantages of using inner classes?
What are the basic concepts of OOPS in java?
0 Answers Axtria, ITC Indian Tobacco Company,
How do you calculate square roots?
What happens when main () method is declared as private?
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
How do you reverse a list?
why the abstract class has default constructor?
Explain about member inner classes?