Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java Convert Calendar to String
Java Convert Calendar to String

In this Java core tutorial we learn how to convert a java.util.Calendar object to a date time format String in Java programming language.

Java Convert String to BigDecimal
Java Convert String to BigDecimal

In this Java core tutorial we learn how to convert a String into BigDecimal value in Java programming language.

Java Convert BigDecimal to String
Java Convert BigDecimal to String

In this Java core tutorial we learn how to convert a BigDecimal value into a String value with different simple solutions in Java programming language.

Java Convert boolean to String
Java Convert boolean to String

In this Java core tutorial we learn how to convert boolean value to String value in Java programming language.

Java Convert String to boolean
Java Convert String to boolean

In this Java core tutorial we learn how to convert a String value into boolean value in Java programming language.

Java Convert String to InputStream
Java Convert String to InputStream

In this Java tutorial we learn how to use Java core API to convert a String value into an InputStream object in Java programming language.

Java convert BigInteger to String
Java convert BigInteger to String

In this Java core tutorial we learn how to use the java.math.BigInteger.toString() method to convert a BigInteger value to a String value.

Java Convert between Case Format of String using Google Guava
Java Convert between Case Format of String using Google Guava

Learn how to use the com.google.common.base.CaseFormat class of Google Guava library to convert between various case formats of strings.

Java Truncate ASCII String using Google Guava
Java Truncate ASCII String using Google Guava

Learn how to use the com.google.common.base.Ascii class of Google Guava library to truncate an ASCII String with a given max length and truncation indicator.

Java Check two ASCII Strings Equals Ignore Case using Google Guava
Java Check two ASCII Strings Equals Ignore Case using Google Guava

Learn how to use the com.google.common.base.Ascii class of Google Guava to indicate whether the contents of two String are equal, ignoring lowercase or uppercase.

  • 1
  • 2
  • 3
  • 4
  • …
  • 10

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.