I am a newbee in Java Bytecode. I was understanding the bytecode through some examples but I got stuck in an example. These are my java and bytecode file
There is no iconst_9 instruction. So to push 9 you cannot use iconst. You must go for bipush
iconst_9
bipush