Skip to content

Commit d256704

Browse files
committed
Converted Code
1 parent 61900dc commit d256704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,11 @@ str_build.append("Ack Wolver"); // Adding some e
607607

608608
Syntax Code :
609609

610-
``
610+
```
611611
StringTokenizer str1 = new StringTokenizer("Hello World! Having Space !"," ");
612612
while(str1.hasMoreTokens())
613613
System.out.println(str1.nextToken());
614-
``
614+
```
615615

616616
- **StringJoiner** : StringJoiner is a class in java.util package is used to construct a sequence of characters(strings) separated by a delimiter and optionally starting with a supplied prefix and ending with a given suffix.
617617

0 commit comments

Comments
 (0)