Basic Java Interview Question and Answers
25. | What is early binding? |
---|---|
The assignment of types to variables and expression at compilation time is known as Early Binding, it is also called static binding and static typing. | |
26. | What is serializable interface? |
---|---|
|
|
27. | What is the difference between a static and non static inner class? |
---|---|
|
|
28. | What is the difference between static and non static variables? |
---|---|
|
|