1. When does the + operator concatenate instead of add? What happens if you try to use + on a string with an integer? Why do you think this happens? 2. If a string has 10 characters, what is the index of the last character? 3. Explain why this code causes an exception: Animal = "Tiger" Animal[0] = "L"

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 12RQ
icon
Related questions
Question
1. When does the + operator concatenate instead of add? What happens if
you try to use + on a string with an integer? Why do you think this happens?
2. If a string has 10 characters, what is the index of the last character?
3. Explain why this code causes an exception:
Animal = "Tiger"
Animal[0] = "L"
Transcribed Image Text:1. When does the + operator concatenate instead of add? What happens if you try to use + on a string with an integer? Why do you think this happens? 2. If a string has 10 characters, what is the index of the last character? 3. Explain why this code causes an exception: Animal = "Tiger" Animal[0] = "L"
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Exception Handling Keywords
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT