Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.4k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.8k+ articles
School Learning
11.6k+ articles
JavaScript
11.6k+ articles
Java
10.4k+ articles
Mathematical
7.7k+ articles
Java Programs
2k+ articles
Java-Conversion-Programs
11 posts
Popular Articles
Recent Articles
Java Program to Convert Infix Expression to Postfix expression
Last Updated: 24 October 2023
In this article let us discuss how to convert an infix expression to a postfix expression using Java.Pre-Requisites:1. Infix expression: Inf
...read more
Java
Java Programs
Picked
Java-Conversion-Programs
Geeks Premier League
Geeks Premier League 2023
Java Program to Convert Boolean to String
Last Updated: 22 September 2023
In Java programming, you might come across the need to convert a simple "true" or "false" boolean value into a String. It may seem like a ch
...read more
Java
Java Programs
Picked
Java-Conversion-Programs
Binary to Decimal Conversion in Java
Last Updated: 04 March 2024
You are given a binary number as input and your task is to convert that number to its decimal equivalent through a Java program.Examples : I
...read more
Java Programs
Picked
Java-Conversion-Programs
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.4k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.8k+ articles
School Learning
11.6k+ articles
JavaScript
11.6k+ articles
Java
10.4k+ articles
Mathematical
7.7k+ articles
Java Programs
2k+ articles
Java Program to Convert Byte Array to Object
Last Updated: 02 February 2022
Converting byte array into Object and Object into a byte array process is known as deserializing and serializing. The class object which get
...read more
Java
Java Programs
Picked
Java-Conversion-Programs
Java Program to Convert Char to Byte
Last Updated: 02 February 2022
Given a char in Java, the task is to write a Java program that converts this char into Byte.Examples:Input: ch = 'A'Output: 65Input: ch = 'B
...read more
Java
Java Programs
Picked
Java-Conversion-Programs
Java Program to Convert Byte Array to Long
Last Updated: 11 February 2022
A Java Byte Array is an array used to store byte data types only. The default value of each element of the byte array is 0.Given an array of
...read more
Java
Java Programs
Picked
Java-Conversion-Programs
Java Program For Int to Char Conversion
Last Updated: 09 April 2025
In this article, we will check how to convert an Int to a Char in Java. In Java, char takes 2 bytes (16-bit UTF encoding ), while int takes
...read more
Java
Java Programs
Java-Conversion-Programs
Java Program for Hexadecimal to Decimal Conversion
Last Updated: 21 April 2025
Given a Hexadecimal (base 16) number N, and our task is to convert the given Hexadecimal number to a Decimal (base 10). The hexadecimal numb
...read more
Java
Java Programs
Java-Conversion-Programs
Java Program to Convert Octal to Decimal
Last Updated: 14 April 2025
Octal numbers are numbers with 8 bases and use digits from 0-7. This system is a base 8 number system. The decimal numbers are the numbers w
...read more
Java
Technical Scripter
Java Programs
Technical Scripter 2020
Java-Conversion-Programs
Java Program to Convert Binary to Octal
Last Updated: 23 April 2025
A Binary (base 2) number is given, and our task is to convert it into an Octal (base 8) number. There are different ways to convert binary t
...read more
Java
Java Programs
Picked
Java-Conversion-Programs
Java Program to Convert Char to Int
Last Updated: 23 April 2025
Given a char value, and our task is to convert it into an int value in Java. We can convert a Character to its equivalent Integer in differe
...read more
Java
Java Programs
Java-Conversion-Programs
1
1
1
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !