当前位置: 技术问答>java相关
有分大家拿
来源: 互联网 发布时间:2015-08-07
本文导语: 1. I wonder how the primative varibles and handles place in the stack. 2. What happen in the stack when calling a function? 3. Is the value of "this" handle passed to the function via the register ECX as c++? 4. Are all functions in java deem...
1. I wonder how the primative varibles and handles place in the stack.
2. What happen in the stack when calling a function?
3. Is the value of "this" handle passed to the function via the register ECX as c++?
4. Are all functions in java deemed as virtual functions by default?
2. What happen in the stack when calling a function?
3. Is the value of "this" handle passed to the function via the register ECX as c++?
4. Are all functions in java deemed as virtual functions by default?
|
1.和c差不多
2.函数相关信息,自动变量,入栈 看java虚拟机规范
3。应该不是,应该是通过java虚拟机的寄存器系统
4。是的 而且没有其它的可能
2.函数相关信息,自动变量,入栈 看java虚拟机规范
3。应该不是,应该是通过java虚拟机的寄存器系统
4。是的 而且没有其它的可能
|
給一分要一分,現在分少沒辦法:)
|
学习顺便拿分
|
同意 sunni(死猪)
|
当然得不到地址,要能拿到地址就不是java了
|
good good study,day day up!!!(好好学习天天向上)
|
4。private methods are not "Virtual" as you said.
|
呵,听说这里有分,其实也没有几分,因为中过人就多吗?
|
怎么人气不旺
up一下
up一下
|
3. Is the value of "this" handle passed to the function via the register ECX as c++?
Ans: Java pass all Object by refence,
4. Are all functions in java deemed as virtual functions by default?
Ans: static funiction is public by default
Ans: Java pass all Object by refence,
4. Are all functions in java deemed as virtual functions by default?
Ans: static funiction is public by default
|
There is no "function" concept in java.
please clarify your qestions.
please clarify your qestions.
|
3 no. via jvm
4 yes
4 yes
|
学习了
顺便接分
顺便接分
|
java自己有自己的VM,不直接使用硬件环境
|
虚拟机规范那里有??
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。