Q. Consider the following code snippet String river = new String(“Columbia”); System.out.println(river.length()); What is printed?
β
Correct Answer: (C)
8
You must be Logged in to update hint/solution