The differences are as follows:
1. The int data type is 32 bits and the double data type is 64 bits;
2. The default of the int data type The value is 0, and the default value of double data type is 0.0d;
3. The default type of integer variable is int type, and the default type of floating point number is double type.
int type
int data type is a 32-bit, signed integer expressed in two's complement;
The minimum value is -2,147,483,648 ( -2^31);
The maximum value is 2,147,483,647 (2^31 - 1);
Generally, integer variables default to int type;
The default value is 0 ;
Example: int a = 100000, int b = -200000.
(Video tutorial recommendation: java video)
double type
double data type is double precision, 64-bit, Floating point numbers that comply with the IEEE 754 standard;
The default type of floating point numbers is the double type;
The double type also cannot represent precise values, such as currency;
The default value is 0.0d;
Example: double d1 = 123.4.
Recommended tutorial: java entry program
The above is the detailed content of What is the difference between int and double in java. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

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.

Dreamweaver Mac version
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version
Useful JavaScript development tools