Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Convert byte to double in Java
Convert byte to double in Java

In this Java core tutorial, we learn how to convert byte value into double value in Java via different solutions.

Convert double to byte in Java
Convert double to byte in Java

In this Java core tutorial, we learn how to convert double value into byte value in Java via different solutions.

Convert int to double in Java
Convert int to double in Java

In this Java core tutorial, we learn how to convert int to double value in Java via different solutions.

Convert double to int in Java
Convert double to int in Java

In this Java core tutorial, we learn how to convert double value into int value in Java by different solutions.

Convert Joda-Time DateTime into Calendar and Vice Versa in Java
Convert Joda-Time DateTime into Calendar and Vice Versa in Java

In this Joda-Time tutorial, we learn how to convert Joda-Time’s DateTime object into java.util.Calendar object and vice versa from java.util.Calendar object into Joda-Time’s DateTime object in Java.

Convert Joda-Time DateTime into String and Vice Versa in Java
Convert Joda-Time DateTime into String and Vice Versa in Java

In this Joda-Time tutorial, we learn how to convert Joda-Time’s DateTime object into String value and vice versa parse String value into Joda-Time’s DateTime object in Java.

Convert SQL Timestamp  into Joda-Time DateTime and Vice Versa in Java
Convert SQL Timestamp into Joda-Time DateTime and Vice Versa in Java

In this Joda-Time tutorial, we learn how to convert an SQL Timestamp object into Joda-Time’ DateTime object and vice versace from Joda-Time’s DateTime into a Timestamp in Java.

Convert Joda-Time DateTime into Date in Java
Convert Joda-Time DateTime into Date in Java

In this Joda-Time tutorial, we learn how to convert a Joda-Time’s DateTime object into a java.util.Date object in Java.

Parse String into Integer value in Java
Parse String into Integer value in Java

In this Java core tutorial, we learn how to convert a String value into int value in Java application.

Convert Array to List in Java
Convert Array to List in Java

In this tutorial, we are going to show how to convert an array in Java into a List object. We show different example programs that use core Java APIs to convert arrays in different Java versions.

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

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.