Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Convert HTML into Plain Text in Java using jsoup
Convert HTML into Plain Text in Java using jsoup

In this tutorial, we are going to show how to use jsoup library to convert HTML content into plain text without HTML tag in a Java application.

Convert words in a String into camelCase in Java using Apache Commons Text
Convert words in a String into camelCase in Java using Apache Commons Text

In this article we are going to explore Apache Commons Text library by using CaseUtils utility class to convert a String of separated words into a camelCase String.

Java Convert BigDecimal value to byte value
Java Convert BigDecimal value to byte value

In this Java core tutorial we learn how to convert a java.math.BigDecimal object to a byte value in Java programming language.

Java Convert BigDecimal value into short value
Java Convert BigDecimal value into short value

In this Java core tutorial we learn how to convert a java.math.BigDecimal object to a short value in Java programming language.

Java Convert BigDecimal value into long value
Java Convert BigDecimal value into long value

In this Java core tutorial we learn how to convert a java.math.BigDecimal object to a long value in Java programming language.

Java Convert BigDecimal value into int value
Java Convert BigDecimal value into int value

In this Java core tutorial we learn how to convert a java.math.BigDecimal object to a int value in Java programming language.

Java Convert BigDecimal value into float value
Java Convert BigDecimal value into float value

In this Java core tutorial we learn how to convert a java.math.BigDecimal object to a float value in Java programming language.

Java Convert BigDecimal value into double value
Java Convert BigDecimal value into double value

In this Java core tutorial we learn how to convert a java.math.BigDecimal object to a double value in Java programming language.

  • 1
  • 2
  • 3
  • …
  • 8
  • 9

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.