bytecodes
基本解释
- 字节码(bytecode的复数)
英汉例句
- The only way to fix this problem is to obtain a corrected copy of the bytecodes, possibly by recompiling.
修复这个问题的惟一方法就是获得字节码的正确副本,可能需要重新进行编译。 - The binary data can be malformed if the bytecodes have been changed -- if the major or minor number has been changed, for instance.
如果字节码发生了更改,例如主版本号或次版本号发生了更改,那么二进制数据的形式就会有误。 - In other words, when two class loaders load different classes (that is, different bytecodes) with the same name, class loader constraints guarantee that there will be no type mismatch between them.
换句话说,当两个类装入器用相同的名称装入不同的类时(也就是不同的字节码),类装入器约束保证了它们之间不会有类型不匹配。
双语例句
专业释义
- 字节码
Watermark which is embedded in java bytecodes is information which has special meaning.
在Java字节码中嵌入水印就是将含有标识意义的信息嵌入到Java class文件中。