Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
String Concatenation « Data Type « Java Tutorial
Java Tutorial
Data Type
String Concatenation
2.22.String Concatenation
2.22.1.
String concatenation: '+' operation generates a new String object
2.22.2.
String concatenation: The + contains null
2.22.3.
String concatenation: Convert an integer to String and join with two other strings
2.22.4.
String concatenation: Combining a string and integers
2.22.5.
String concatenation: Combining integers and a string
2.22.6.
Substring replacement.
2.22.7.
Pad string
2.22.8.
Padded String
2.22.9.
Return a string padded with the given string for the given count.