题库 软件开发 题目列表 When you create a Java or C++ object by using “n...
单选题

When you create a Java or C++ object by using “new”, and have a reference to point to the object. Please answer: (1) Where is the place the object itself lives in? (2) Where is the reference?()

A.

 The Stack, The Heap. 

B.

The Stack, Register.      

C.

The Heap, Register.  

D.

 The Heap, The Stack 

题目信息
校招真题
-
正确率
0
评论
16
点击