Question: Look at the following declaration: String cafeName = Broadway Cafe; String str; Which of the following methods would you use to make str reference the
Look at the following declaration:
String cafeName = "Broadway Cafe";
String str;
Which of the following methods would you use to make str reference the string “Broadway”?
StartsWith
RegionMatches
Substring
IndexOf
Step by Step Solution
3.40 Rating (163 Votes )
There are 3 Steps involved in it
The method that I would use to mak... View full answer
Get step-by-step solutions from verified subject matter experts
