-->
当前位置:首页 > 题库

单选题:Which one below describes Java?

Luz5年前 (2021-05-10)题库651
Which one below describes Java? @[D](2)

A. Objects can be stored in stack and hold it directly in a variable
B. Objects can be stored in heap and hold it directly in a variable
C. Objects can be stored in stack and hold it indirectly via a pointer variable
D. Objects can be stored in heap and hold it indirectly via a pointer variable




A.Objects can be stored in stack and hold it directly in a variable
B.Objects can be stored in heap and hold it directly in a variable
C.Objects can be stored in stack and hold it indirectly via a pointer variable
D.Objects can be stored in heap and hold it indirectly via a pointer variable


答案:D