search
HomeJavaJavagetting StartedWhat is the difference between Int and Integer in Java?

What is the difference between Int and Integer in Java?

The differences are as follows:

(Recommended learning: Getting Started with Java)

1. Int is a basic type and can store numerical values ​​directly. ; and integer is a reference data type.

2. The declaration of Int does not require instantiation, and the initial value after the variable is declared is 0; Integer is a class with an initial value of null and needs to be instantiated before the variable data can be processed.

3. The Integer class is a packaging class of int. In actual development, Integer is regarded as an object and can perform data conversion and other operations.

Example:

        Integer num1 = 200;   
        Integer num2 = 200;           
        System.out.println("num1==num2: "+(num1==num2));                    
        Integer num3 = 100;   
        Integer num4 = 100;   
        System.out.println("num3==num4: "+(num3==num4));

Output result:

num1==num2:false
num3==num4:true

(Video tutorial recommendation: java video tutorial)

Analysis:

First of all, we must clarify the difference between the equal method and ==:

equals() compares whether the values ​​(contents) of the two objects are the same.

"==" compares whether the references (memory addresses) of two objects are the same, and is also used to compare whether the variable values ​​of two basic data types are equal.

java definition: During automatic boxing, for values ​​​​from –128 to 127, after they are boxed into Integer objects, they will be stored in memory and reused. There will always be only one object and if it exceeds If the value between –128 and 127 is specified, the boxed Integer object will not be reused, which is equivalent to creating a new Integer object each time it is boxed;

The above is the detailed content of What is the difference between Int and Integer in Java?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:csdn. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools