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
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
Java
10.5k+ articles
Difference Between
3.6k+ articles
Java Programs
1.9k+ articles
School Programming
1.4k+ articles
Java-lang package
390+ articles
java-lang-reflect-package
120+ articles
Java-Classes
79 articles
Java-Integer
33 articles
Java-Data Types
31 articles
Java-Byte
20 articles
java-wrapper-class
11 posts
Popular Articles
Recent Articles
Different Ways to Create the Instances of Wrapper Classes in Java
Last Updated: 18 July 2022
Wrapper Class a class whose object wraps or contains primitive data types. When we create an object to a wrapper class, it contains a field
...read more
Java
java-wrapper-class
Need of Wrapper Classes in Java
Last Updated: 13 December 2022
Firstly the question that hits the programmers is when we have primitive data types then why does there arise a need for the concept of wrap
...read more
Java
java-wrapper-class
Sorting Elements of Arrays and Wrapper Classes that Already Implements Comparable in Java
Last Updated: 09 February 2023
Java provides the Comparable interface to sort objects using data members of the class. The Comparable interface contains only one method co
...read more
Java
Java-Arrays
Picked
java-wrapper-class
Java-Comparable
Similar Topics
Java
10.5k+ articles
Difference Between
3.6k+ articles
Java Programs
1.9k+ articles
School Programming
1.4k+ articles
Java-lang package
390+ articles
java-lang-reflect-package
120+ articles
Java-Classes
79+ articles
Java-Integer
33+ articles
Java-Data Types
31+ articles
Java-Byte
20+ articles
Output of Java programs | Autoboxing and Unboxing
Last Updated: 12 January 2019
Prerequisite - Autoboxing and unboxing in Java1)What is the output of the following program? [sourcecode language="Java"]class Main { pub
...read more
Java
Java-Data Types
java-wrapper-class
Difference between an Integer and int in Java with Examples
Last Updated: 29 July 2024
In Java, int is a primitive data type while Integer is a Wrapper class.int, being a primitive data type has got less flexibility. We can onl
...read more
Java
Difference Between
Java-Integer
java-wrapper-class
Base conversion in Java
Last Updated: 05 June 2021
Given a number in a given base, convert it into another target base.ExamplesInput : Number = "123" Source Base = 8 Target Base
...read more
Java
School Programming
Java Programs
java-wrapper-class
Java.Lang.Byte class in Java
Last Updated: 22 May 2023
In Java, Byte class is a wrapper class for the primitive type byte which contains several methods to effectively deal with a byte value like
...read more
Java
Java-lang package
java-wrapper-class
Java-Byte
java-lang-reflect-package
Java.Lang.Double Class in Java
Last Updated: 03 April 2023
Double class is a wrapper class for the primitive type double which contains several methods to effectively deal with a double value like co
...read more
Java
Java-lang package
java-wrapper-class
Java-Classes
Autoboxing and Unboxing in Java
Last Updated: 20 April 2022
In Java, primitive data types are treated differently so do there comes the introduction of wrapper classes where two components play a role
...read more
Java
java-wrapper-class
Wrapper Classes in Java
Last Updated: 06 May 2025
A Wrapper class in Java is one whose object wraps or contains primitive data types. When we create an object in a wrapper class, it contains
...read more
Java
java-wrapper-class
Primitive Wrapper Classes are Immutable in Java
Last Updated: 30 August 2022
In Java, an immutable class is a class (Integer, Byte, Long, Float, Double, Character, Boolean, and Short) which once created then its body
...read more
Java
java-wrapper-class
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 !