Java Fundamentals: The concept and classification of data types

Source: Internet
Author: User

Data type:

The Java language is a strongly typed language that defines specific data types for each type of data, and allocates a different size of memory space in memory

Classification of data types:

Basic data type:

Integer:

Number of bytes occupied

byte

1

short

2

int

4

Long

8

Floating point number:

float

4

Double

8

Character:

Char

2

Boolean:

Boolean

1

Attention:

Integers by default are of type int

Float type default is double type

When you define a long type, the value is at the end and L or L

Reference data type (class, interface, numeric)

 

Java Fundamentals: The concept and classification of data types

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.