What is an immutable class?
Answer / Durgesh Tulsyan
"IMC". An Immutable Class is a class whose objects cannot be changed once they are created. This means that once you create an object of the immutable class, you cannot change its state.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is clipping and repainting and what is the relation between them?
What is a condition in programming?
What is widening and narrowing in java? Discuss with an example.
what is the Diff. between Access Specifiers and Access Modifiers?
39 Answers BMC, Cyber Shot, Infosys, VTS, Wipro,
What is numeric promotion?
Which sorting algorithm is in place?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Is string is a keyword in java?
How to validate the request (Eg:user name and password) in session(http session)? not in LDAP server ?
What are methods?
What invokes a thread's run() method in java programming?
What is callable java?