how to convert int to hex in ajva code example Example: convert int to hex java int integer = 18; String hexString = Integer.toHexString(integer);