• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

Java:方法会继承JRE级类吗,就像类会继承Object一样吗?

用户头像
it1352
帮助1

问题说明

据我所知,一切都是Java中的对象.

As far as I know, everything is an object in Java.

我正在研究Java JDK,并正在尝试创建一个自定义JDK,该自定义JDK允许我执行更多调试操作.例如,我可以通过更改Object.java类来操纵每个对象.

I am looking through the java JDK and am experimenting with creating a custom JDK that allows me to perform more debugging operations. For example, I can manipulate every object by changing the Object.java class.

我的问题是:方法是否也从JRE继承了一个类,以便可以将此父级修改为例如.使方法保存最近传递的参数?

My question is: do methods inherit a class from the JRE as well, so that I can modify this parent to eg. make a method save it's most recently passed arguments?

谢谢.

正确答案

#1

如果您只想增强调试,则可以先查看 JDI ,基于JVMTI构建的更高级别(因此更易于使用)的API可以满足您的需求.

If you only want to enhance debugging, you can start with looking at what JVMTI has to offer. Even before that, see if JDI, a much higher level (and therefore easier to use) API built on top of JVMTI suits your needs.

尽管您说的话本身并不可行,但查看全文

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfgjbh
系列文章
更多 icon
同类精品
更多 icon
继续加载