Question: What will be the output of the program String str = One Fine Day; String A = str.substring(0,3); String B = str.substring(3); System.out.println( A+B)
What will be the output of the program String str = "One Fine Day"; String A = str.substring(0,3); String B = str.substring(3); System.out.println( A+B)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
