How to convert a roman number in decimal in Java

  • 05 March 2018
  • ADM

How to convert a roman number in decimal in Java. The symbols used are I, V, X, C, D and M.


How to convert a float to string in Golang

  • 11 June 2020
  • ADM

How to convert a float to string in Golang using strconv.FormatFloat function.


JAXB Hello World Marshalling / Unmarshalling Example

  • 03 August 2017
  • ADM

JAXB Hello World Marshalling/Unmarshalling example: Object to XML and XML to Object.


Display double in 2 decimal points in Java

  • 13 October 2016
  • ADM

This tutorial will show you how display double in 2 decimal points in Java using String format method and DecimalFormat class.