本文介绍了类型转换时的堆栈行为的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当将对象(整数)强制转换为数据类型(整数)时,有人能解释一下堆栈和堆的行为吗?

任何有思想的想法都将受到欢迎..


问候
拉杰夫


P.S.正在将其发布到此处,因为它是基于场景的查询.老实说,我没有用谷歌搜索这个,因为我知道这是一个CP级问题.

Can anyone explain me the behaviour of Stack and Heap when an object(Integer) is type casted as a data type(int)?

Any thoughtful ideas would be welcome..


Regards
Rajeev


P.S. Am posting it here, as it is a scenario-based query. Honestly,I didn''t google for this one , as I was aware that this is a CP - level question.

推荐答案


这篇关于类型转换时的堆栈行为的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-11 22:47