Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavabytecode and operand stackSingle-choice MCQ

How many local variable slots does the long parameter 'b' occupy, and which load instruction reads it?

long addL(long a, long b) { return a + b; } // for an instance method, slot 0 = this