subject

Run the following code to check how String class Methods work, discuss with tutor, if you need explanation of any method. Make changes and try different variations. String myString ="KOI is my University";
String s1= "KOI";
String s2= "koi";
String s3 = " Hello KOI ";
System. out. println("Char at index 2(third char): " + myString. charAt(2)); System. out. println("After Concat: "+ myString. concat("-Enjoy-")); System. out. println("Checking equals with case: " +s2.equals(s1)); System. out. println("Checking Length: "+ myString. length()); System. out. println("Replace function: "+ myString. replace("fun", "easy")); System. out. println("SubString of myString: "+ myString. substring(8)); System. out. println("SubString of myString: "+ myString. substring(8, 12)); System. out. println("Converting to lower case: "+ myString. toLowerCase()); System. out. println("Converting to upper case: "+ myString. toUpperCase()); System. out. println("Triming string: " + s3.trim()); System. out. println("searching s1 in myString: " + myString. contains(s1)); System. out. println("searching s2 in myString: " + myString. contains(s2));

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 21:40, DisneyGirl11
Which is a benefit of getting information from a government website? a. the information will be easy to understand. ob. the information will be the most current. oc. the information can be trusted.
Answers: 1
image
Computers and Technology, 22.06.2019 15:10, passions3534ovf6dt
Which activity should be part of a long-term plan to positively affect yourhealth? oa. wearing regular clothing when handling toxinsob. not worrying about secondhand smokeoc. avoiding excessive exposure to sunlightod. drinking only well water
Answers: 1
image
Computers and Technology, 22.06.2019 21:30, Tcareyoliver
The salespeople at hyperactive media sales all use laptop computers so they can take data with them on the road. you are a salesperson for superduper lightspeed computers talking to hyperactive media sales about upgrading the laptops to windows 10. explain how network location awareness in windows 10 would make the laptops more secure.
Answers: 3
image
Computers and Technology, 23.06.2019 07:00, MissSmartyPants88
To produce a starlight effect in her photograph, lina should choose the filter for her camera.
Answers: 1
You know the right answer?
Run the following code to check how String class Methods work, discuss with tutor, if you need expla...

Questions in other subjects:

Konu
Computers and Technology, 22.05.2021 20:20
Konu
Mathematics, 22.05.2021 20:20
Konu
Mathematics, 22.05.2021 20:20
Konu
Biology, 22.05.2021 20:20