answersLogoWhite

0

There are a total of 8 simple or primitive data types in Java. They are:

  • byte
  • short
  • int
  • float
  • double
  • boolean
  • long and
  • String
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

There are how many types of data's?

three


What summarizes statistical data?

A table can be used, or various types of graph. Sometimes a simple sentence is enough.


How many types of view in oracle?

There are two types of views in Oracle based upon from how many tables data are being fetched. 1. Simple view - In this view, data is coming from only one table. 2. Complex view - In this view, data comes from more than one table. That's it. However, Complex views have some limitations. For these follow Oracle documentation.


Differrent data types in Visual Basic?

many


How many types data in computer system?

6


What types of errors will simple parity not detect?

Simple parity can not correct multiple errors. If more than one error exists at a time, then simple parity can not calculate the missing data.


How many data types supported by MySQL?

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.


What is the definition of ordered data?

Ordered data is pretty simple. It is data which is measured (or found from a test) in ordinal types of measurement. E.G. 1 cat, 2 cats, 3 cats etc.


How many data types are there in PHP?

The data types are grouped into this categories: Booleans Integers Floating point numbers Strings Arrays Objects


Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


Which can be used to represent a many to many relation with abstract data types?

tree


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..