Calling basic methods

Report a typo

Given a string variable:

String str = "just a text";

Match method callings and their results.

Match the items from left and right columns
str.charAt(3)
str.substring(5, 6)
str.charAt(12)
str.get(0)
This code cannot be compiled.
a
t
An exception occurs.
___

Create a free account to access the full topic