Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Social Networks (http://siteownersforums.com/forumdisplay.php?f=43)
-   -   data types (http://siteownersforums.com/showthread.php?t=159605)

touchwood 10-17-2015 01:08 AM

data types
 
what are the data types in java?

rajkiran 09-21-2016 05:01 AM

The platform independent feature of Java is achieved through bytecode. The eight primitive data types are: byte, short, int, long, float, double, boolean, and char. The java.lang.String class represents character strings

othername0104 09-21-2016 05:48 PM

A data type in a programming language is a set of data with values having predefined characteristics.

akshara123 09-21-2016 10:47 PM

8 data types.int(32-bit),short(16-bit),long(64-bit),byte(8-bit),float(32-bit),double(64-bit),char(16-bit),boolean (true or false).
Thank you.

Rinox01 09-21-2016 11:49 PM

Data Types are the

char - 1 byte
unsigned char- 1 byte
int- 2 or 4 byte
short - 2 bytes
2 bytes - 4 bytes

Manishaverma07 09-23-2016 05:10 AM

The data types in java are :-
byte,
short,
int,
long,
float,
double,
boolean,
char.

SaraSanjay 09-26-2016 10:48 PM

A particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.

henrysmithh71 09-30-2016 01:48 AM

short, int, long, float, double, boolean, and char are the commonly known data types

lisaryan 10-14-2016 05:27 AM

There are mainly eight data types in Java - int, short, long, byte, float, double, char, and boolean.

Ramkarma 10-15-2016 04:53 AM

A data types in Java are int,byte,float,double,char,boolean,long,short.

jasonroy21 10-17-2016 10:31 PM

The eight primitive data types are: byte, short, int, long, float, double, boolean, and char.

saravjeet 10-18-2016 12:59 AM

int A 32-bit (4-byte) integer value
short A 16-bit (2-byte) integer value
long A 64-bit (8-byte) integer value
byte An 8-bit (1-byte) integer value
float A 32-bit (4-byte) floating-point value
double A 64-bit (8-byte) floating-point value
char A 16-bit character using the Unicode encoding scheme
boolean A true or false value


All times are GMT -7. The time now is 12:42 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.