Skip to main content
Progzoo.net
Tutorials
Guides
Edit
Java
C#
C++
Perl
PHP
Python
Ruby
VB
Hide Sidebar
Show Sidebar
<Progzoo Sections>
ProgZoo
Tutorials
How to...
Assessments
Help
<Other>
To do list
Recent changes
Random page
Personal
Log in / create account
Views
Article
Discussion
Edit
History
Toolbox
What links here
Related changes
Upload file
Special pages
Printable version
Formatting
From Progzoo
String Functions
String Length
Equal Strings
Substring
Join Strings
Special Characters
Upper Case
Lower Case
Find Position
Split a String
Formatting
You can build a string using format. The % values are substituted.
.
String s = String.format("With commas %,d",12345); System.out.println(s);
[
Font
] [
Default
] [
Show
] [
Resize
]
test text