⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 object.bc

📁 PracticalJAVACode 的源码
💻 BC
字号:
0 new #2 <Class java.lang.Object>
                      //Create an object of type java.lang.Object
                      //and push a reference to it(lock).
3 dup                 //Duplicate the top stack value and push it.
4 invokespecial #3 <Method java.lang.Object()>
                      //Pop the object reference(lock), and invoke
                      //its constructor.
7 astore_1            //Pop the object reference(lock) and store
                      //it at index 1 of the local variable table.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -