This topic contains a solution. Click here to go to the answer

Author Question: What is the print out of the following code?String s = "Welcome to Java";s.replaceAll("a", ... (Read 89 times)

stevenposner

  • Hero Member
  • *****
  • Posts: 608

Question 1

What is the printout of the following code?

String s1 = "Welcome to Java";
String s2 = "Welcome to Java";
System.out.println("s1 == s2 is " + s1 == s2);

◦ true
◦ false
◦ s1 == s2 is true
◦ s1 == s2 is false

Question 2

What is the print out of the following code?

String s = "Welcome to Java";
s.replaceAll("a", "BB");
System.out.println(s);

◦ Welcome to JBBvBB
◦ Welcome to JBBva
◦ Welcome to Java
◦ Welcome to JavBB


Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by stevenposner on May 6, 2020

jamesnevil303

  • Sr. Member
  • ****
  • Posts: 337
Lorsum iprem. Lorsus sur ipci. Lorsem sur iprem. Lorsum sur ipdi, lorsem sur ipci. Lorsum sur iprium, valum sur ipci et, vala sur ipci. Lorsem sur ipci, lorsa sur iprem. Valus sur ipdi. Lorsus sur iprium nunc, valem sur iprium. Valem sur ipdi. Lorsa sur iprium. Lorsum sur iprium. Valem sur ipdi. Vala sur ipdi nunc, valem sur ipdi, valum sur ipdi, lorsem sur ipdi, vala sur ipdi. Valem sur iprem nunc, lorsa sur iprium. Valum sur ipdi et, lorsus sur ipci. Valem sur iprem. Valem sur ipci. Lorsa sur iprium. Lorsem sur ipci, valus sur iprem. Lorsem sur iprem nunc, valus sur iprium.
Answer Preview
Only 39% of students answer this correctly




stevenposner

  • Member
  • Posts: 608
Reply 2 on: May 6, 2020
Great answer, keep it coming :)


debra928

  • Member
  • Posts: 342
Reply 3 on: Yesterday
Wow, this really help

 

Did you know?

The average office desk has 400 times more bacteria on it than a toilet.

Did you know?

More than 30% of American adults, and about 12% of children utilize health care approaches that were developed outside of conventional medicine.

Did you know?

The senior population grows every year. Seniors older than 65 years of age now comprise more than 13% of the total population. However, women outlive men. In the 85-and-over age group, there are only 45 men to every 100 women.

Did you know?

One way to reduce acid reflux is to lose two or three pounds. Most people lose weight in the belly area first when they increase exercise, meaning that heartburn can be reduced quickly by this method.

Did you know?

The average adult has about 21 square feet of skin.

For a complete list of videos, visit our video library