Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
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.

Java Get Simple Name of Class in Null-safe using Apache Commons Lang
Java Get Simple Name of Class in Null-safe using Apache Commons Lang

This Java tutorial shows you how to use the ClassUtils class of Apache Commons Lang library to get the simple name of a Java class in a null-safe way.

Java Get Short Class Name of a Class using Apache Commons Lang
Java Get Short Class Name of a Class using Apache Commons Lang

This Java tutorial shows you how to get the short class name of a Java class which returns the class name without package name using the ClassUtils class of Apache Commons Lang library.

Java Get Package Name of a Class using Apache Commons Lang
Java Get Package Name of a Class using Apache Commons Lang

This Java tutorial shows you how to get the package name of a Java class using the ClassUtils utility class of Apache Commons Lang library.

Java Get Name of Class in Null-safe using Apache Commons Lang
Java Get Name of Class in Null-safe using Apache Commons Lang

This Java tutorial shows you how to use the ClassUtils class of Apache Commons Lang library to get the name of a Java class in a null-safe way.

Java Get Abbreviated Name of a Class using Apache Commons Lang
Java Get Abbreviated Name of a Class using Apache Commons Lang

This Java tutorial shows you how to use the ClassUtils class of Apache Commons Lang library to get the abbreviated name of a Java class.

Java Get Files in Directory based on Cutoff Time using Apache Commons IO
Java Get Files in Directory based on Cutoff Time using Apache Commons IO

In this Java tutorial we learn how to get all Files in a directory that is older than or newer than a given cutoff time using FileUtils and AgeFileFilter class of the Apache Commons IO library.

Java Check a File is Symlink or Actual File using Apache Commons IO
Java Check a File is Symlink or Actual File using Apache Commons IO

In this Java tutorial we learn how to use the method FileUtils.isSymlink() of Apache Commons IO to check whether a given File is a symlink rather than an actual file.

Get User Home Directory in Java using Apache Commons IO
Get User Home Directory in Java using Apache Commons IO

In this Java tutorial we learn how to get the user home directory using FileUtils class of Apache Commons IO library.

  • 1
  • 2
  • 3
  • …
  • 73
  • 74
  • 75
  • …
  • 103

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.