examples of bytecodes.... Please
Answers
Answered by
7
Answer:
Below are examples of Java bytecode instructions:-
new (create new object)
aload_0 (load reference)
istore (store integer value)
ladd (add long value)
swap (swap two values)
areturn (return value from a function)
hope it helps ❤❤
Answered by
0
new (create new object)
aload_0 (load reference)
istore (store integer value)
ladd (add long value)
swap (swap two values)
areturn (return value from a function)
Similar questions