Mã byte Java
(Đổi hướng từ Java bytecode)
Mã byte Java (tiếng Anh: Java bytecode), là tập lệnh của máy ảo Java (JVM).
Liên quan đến Java
sửaMột lập trình viên Java hoàn toàn không cần phải biết hoặc hiểu mã byte Java. Tuy nhiên, như đề xuất trên tạp chí IBM developerWorks, "Hiểu mã byte và mã byte được sinh ra bởi trình biên dịch Java giúp cho lập trình viên Java theo cách tương tự như hợp ngữ giúp cho lập trình viên C hay C++."[1]
Kiến trúc tập lệnh
sửaJVM dựa theo kiến trúc của cả máy xếp (stack machine) và máy thanh ghi (register machine).
Xem thêm
sửaTham khảo
sửaLiên kết ngoài
sửa- Oracle's Java Virtual Machine Specification
- Programming Languages for the Java Virtual Machine
- Bytecode Visualizer – bytecode viewer and debugger (free Eclipse plugin)
- AdaptJ StackTrace – bytecode level debugging with a full control of the stack, the local variables, and the execution flow Lưu trữ 2009-08-09 tại Wayback Machine
- Java Class Unpacker – plugin for Total Commander, it lets open class files as compressed archives and see fields and methods as files. The bytecode can be viewed as text using F3