commons
-
FTPClient
org.apache.commons.net.ftp.ftpclient Example
In this example we are going to elaborate the use of the FTPClient class in the package: org.apache.commons.net.ftp, as the package…
Read More » -
BasicDatasource
Create a simple BasicDataSource object
With this example we are going to demonstrate how to create a simple org.apache.commons.dbcp.BasicDataSource object, that is the basic implementation…
Read More » -
lang3
Check if Days and Calendars match
With this example we are going to demonstrate how to check if Days and Calendars match. We are using the…
Read More » -
lang3
Capitalize words of a string
This is an example of how to capitalize the words of a String. We are using the org.apache.commons.lang3.text.WordUtils Class, that…
Read More » -
lang3
Generate random alphanumeric string
In this example we shall show you how to generate random alphanumeric String objects. We are using the org.apache.commons.lang3.RandomStringUtils class, that…
Read More » -
lang3
Date and Time format
With this example we are going to demonstrate how to make Date and Time formatting. We are using the org.apache.commons.lang3.time.DateFormatUtils…
Read More » -
lang3
Word counter
This is an example of how to count the words of a String paragraph, using the org.apache.commons.lang3.StringUtils class. This class provides…
Read More » -
lang3
Convert array to Map
In this example we shall show you how to convert an array to a Map. We are using the org.apache.commons.lang3.ArrayUtils class,…
Read More » -
lang3
Array reverse order
With this example we are going to demonstrate how to reverse the order of an array. We are using the…
Read More » -
lang3
Array of Objects to Array of primitives
This is an example of how to convert an array of Objects to an array of primitives. We are using the…
Read More »
- 1
- 2