Programming Step by Step

Java, Python, Spring MVC, SpringBoot, SQL, MySQL, MariaDB, PostgreSQL and Back-end theory and code examples.

Pages

▼
Showing posts with label Java data types. Show all posts
Showing posts with label Java data types. Show all posts
Saturday, 3 January 2015

Java Character Data Type

›
Java uses data type char to store individual characters. Java characters are encoded using 16-bit Unicode character set. The char data type...

Java Boolean Data Type

›
Java has a data type boolean . It is used to store boolean values true and false. You can not use zero to represent false or a non-zero val...

Java Floating data types

›
Floating point data types are similar to C/C++. They are used to store the real numbers. There are two floating-point data types in Java. ...

Java integer data types

›
Integer data types in Java are quite similar to C/C++. There are four integer types in Java as mentioned above. Java has one additional in...

Java Data Types

›
Data types in Java can be broadly classified in two categories 1. Primitive data types / Simple data types 2. Non-primitive data types /...
2 comments:
›
Home
View web version
Powered by Blogger.