Basic Java Interview Question and Answers
37. | What is heap in Java? |
---|---|
|
|
38. | What is Dynamic Binding (late binding)? |
---|---|
|
|
39. | What type of parameter passing does Java support? |
---|---|
In Java the arguments are always passed by value. | |
40. | What is the purpose of the runtime class? |
---|---|
|
|