Basic Java Interview Question and Answers
9. | Why classes in Java are immutable? |
---|---|
All wrapper classes in java.lang are immutable
|
|
10. | What is the difference between static and non static variables? |
---|---|
|
|
11. | What is a JVM consists of? |
---|---|
|
|
12. | Do multiple inheritance in Java? |
---|---|
|
|