1 / 10

Operasi String

Operasi String. Pertemuan 6. Kelas String. String adalah kelas yang menangani deretan karakter . Kelas ini dukung sejumlah metode yang sangat berguna untuk memanipulasi misalnya untuk mengkonversi setiap huruf kecil menjadi sebaliknya , memperoleh jumlah karakter , dan sebagainya.

tate
Download Presentation

Operasi String

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Operasi String Pertemuan 6

  2. Kelas String • String adalahkelasyang menanganideretankarakter. Kelasinidukungsejumlahmetode yang sangatbergunauntukmemanipulasimisalnyauntukmengkonversisetiaphurufkecilmenjadisebaliknya, memperolehjumlahkarakter, dansebagainya.

  3. KonstruktorKelas String

  4. Contoh String.java

  5. Pada program didepan, pernyataansepertiString si = "Selamatpagi";sebenarnyaidentikdenganString sl = new String("Selamatpagi");PernyataanString s3 = new String(data);

  6. MetodeKelas String

  7. KelasStringBuffer KelasStringBufferadalahkelas yang memungkinkanpenambahanataupenyisipanteks, dankelasinimemilikimetode append.

  8. S E K I A N A S W A R R.

More Related