Question: Given that ( String s = my lab java course) the statement :System.out.println(s.substring(5)) displays A lab java course B. b java course c. ab java
Given that ( String s = "my lab java course") the statement :System.out.println(s.substring(5)) displays A lab java course B. b java course c. ab java course OD. mylab
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
