CodeGym/Java-kurs/Java Multithreading/Øv på å finne og hente delstrenger

Øv på å finne og hente delstrenger

Tilgjengelig
Øv på å finne og hente delstrenger - 1

"Hei, Amigo!"

"Du vil ikke tro det. Jeg har akkurat fullført alle oppgavene for deg!"

"Søt! Takk, Diego."

"Men jeg kommer ikke til å gi dem til deg. Så du gjør dem - det vil gjøre deg smartere:"

24
Oppgave
Java Multithreading,  nivålekse
Låst
Threads of a string or stringy threads? That's the question
1. The getPartOfString method must return the substring between the first and the last tab characters. 2. The getPartOfString method should throw an exception if it receives invalid data: a) StringForFirstThreadTooShortException if the thread's name is FIRST_THREAD_NAME.
24
Oppgave
Java Multithreading,  nivålekse
Låst
Find a substring
The getPartOfString method must return the substring that begins with the character after the first space and ends with the end of the word that follows the 4th space. Example: "CodeGym is the best place to learn Java." Result: "is the best place" Example: "Amigo and Diego are best friends!"
6
Oppgave
Java Multithreading,  nivålekse
Låst
Between tabs
The getPartOfString method must return the substring between the first and the second tab characters. If the input data is invalid, throw a StringTooShortException. Don't change the StringTooShortException class.
Kommentarer
  • Populær
  • Ny
  • Gammel
Du må være pålogget for å legge igjen en kommentar
Denne siden har ingen kommentarer ennå