Question: Consider the following code: 1 private void methodl(). 2 { 3 4 5 6} 7 8 private void method2 (int j, int h) 9
Consider the following code: 1 private void methodl(). 2 { 3 4 5 6} 7 8 private void method2 (int j, int h) 9 { System.out.println(h); int h = 1; int j = 2; method2 (h, j); 10 11 } What will be displayed on the screen when method1 executes?
Step by Step Solution
There are 3 Steps involved in it
The code you provided has a minor syntax error where you used a colon instead of ... View full answer
Get step-by-step solutions from verified subject matter experts
