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 |
how can u apply shallow cloning and deep cloning to create object?
What error occurs if a try-catch-finally statement sequence does not have a catch clause?
What is use of functional interface in java 8? Explain
What is the difference between an object-oriented programming language and object-based programming language?
What is the purpose of the finalize() method?
Which of the classes will have more memory allocated?
What is implicit object in java?
How do you define a set in java?
How to compare two strings in java program?
What is jrmp?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is tostring () method?