„Du wirst es nicht glauben. Ich habe gerade alle Aufgaben für dich erledigt!“
„Süß! Danke, Diego.“
„Aber ich werde sie dir nicht geben. Also mach sie – es wird dich schlauer machen:“
24
Aufgabe
Java Multithreading, Level 2, Lektion 5
Gesperrt
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
Aufgabe
Java Multithreading, Level 2, Lektion 5
Gesperrt
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
Aufgabe
Java Multithreading, Level 2, Lektion 5
Gesperrt
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.
0
Kommentare
Beliebt
Neu
Alt
Du musst angemeldet sein, um einen Kommentar schreiben zu können
Auf dieser Seite gibt es noch keine Kommentare
This website uses cookies to provide you with personalized service. By using this website, you agree to our use of cookies. If you require more details, please read our Terms and Policy.