1.) How many String objects are created when the following code executes? String namel = new String("Iggy"); String name2; name2 = “Pop"; name2 = namel.toLowerCase();

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 2RQ
icon
Related questions
Question
How do you do this? JAVA
1.) How many String objects are created when the following code executes?
= new String(“Iggy");
String name1
String name2;
name2 = “Pop";
name2 = name1.toLowerCase();
Transcribed Image Text:1.) How many String objects are created when the following code executes? = new String(“Iggy"); String name1 String name2; name2 = “Pop"; name2 = name1.toLowerCase();
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Methods of StringBuilder class
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