Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java Convert Character to int value using Apache Commons Lang
Java Convert Character to int value using Apache Commons Lang

In this Java tutorial we learn how to convert a Character object to an int value it represents using the CharUtils class of Apache Commons Lang library.

Java Convert Character to char using Apache Commons Lang
Java Convert Character to char using Apache Commons Lang

In this Java tutorial we learn how to convert a Character object into a char value using the CharUtils class of Apache Commons Lang library.

Java Convert Class Loader to String using Apache Commons Lang
Java Convert Class Loader to String using Apache Commons Lang

In this Java tutorial we learn how to convert a ClassLoader or a URLClassLoader to String which presents detailed information of a class loader using the ClassLoaderUtils class of Apache Commons Lang library.

Java Convert Array of Objects to Array of Strings using Apache Commons Lang
Java Convert Array of Objects to Array of Strings using Apache Commons Lang

In this Java tutorial we learn how to convert an array of object values into an array of String values using the ArrayUtils class of Apache Commons Lang library.

Java Convert String to Locale using Apache Commons Lang
Java Convert String to Locale using Apache Commons Lang

In this Java tutorial we show you how to convert a String value into a Locale object using the LocaleUtils class of Apache Commons Lang library.

Java Convert Class Names to Class Objects using Apache Commons Lang
Java Convert Class Names to Class Objects using Apache Commons Lang

This Java tutorial shows you how to use the ClassUtils utility class of Apache Commons Lang library to convert a list of class names into a list of Class objects.

Java Convert Class Objects to Class Names using Apache Commons Lang
Java Convert Class Objects to Class Names using Apache Commons Lang

This Java tutorial shows you how to use the ClassUtils utility class of Apache Commons Lang library to convert a list of Class objects into a list of class names.

Convert String to InputStream in Java using Apache Commons IO
Convert String to InputStream in Java using Apache Commons IO

In this Java tutorial, we learn how to use the IOUtils utility class in Apache Commons IO library to convert a String object to an InputStream object.

Convert Reader to Char Array in Java using Apache Commons IO
Convert Reader to Char Array in Java using Apache Commons IO

In this Java tutorial, we learn how to read the Reader object as a char array using IOUtils utility class of Apache Commons IO library.

Convert Reader to Byte Array in Java using Apache Commons IO
Convert Reader to Byte Array in Java using Apache Commons IO

In this Java tutorial, we learn how to read the Reader object as a byte array using IOUtils utility class of Apache Commons IO library.

  • 1
  • 2
  • 3
  • 4
  • …
  • 9

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.