answersLogoWhite

0

What are the nine basic data types?

Updated: 8/11/2023
User Avatar

Wiki User

12y ago

Best Answer

Byte

Short Int

Long

Float

Double

Char

Bool

String

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

The 8 primitive data types in Java are:

  • byte
  • short
  • int
  • float
  • double
  • long
  • boolean and
  • String
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the nine basic data types?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

Describe the four basic data types in c?

Describe the basic data types in C Describe the basic data types in C


Differrent data types in Visual Basic?

many


What are the basic parts of programming?

Data types and functions.


What is the difference between class data type and basic type in c plus plus .How can someone know which one is class type and which one is basic type.?

Basic types (primitive data types) have no methods associated with them.


What are the two basic types of physical data security?

Physical and Software


How visual data manager helps in creating a data base file in visual basics?

The Visual Data manager that ships with Visual Basic is a powerful tool for working with several types of databases inside the Visual Basic environment. One can create, edit, compact and repair many types of databases and other types of files. Here's how to use the Visual Data Manager in Visual Basic.


What are enumerated data types in pascal?

Pascal has 4 primitive data types: integer; boolean; char and; real. These 4 provide the basic building blocks for more complex types.


Which three basic parts are common to all frame types supported by the data link layer?

header trailer Data


What is the data of the solar system?

There are a number of sources for data about the solar system. I recommend the web site below "The Nine Planets" as an excellent basic reference.


Different data types?

intlong intsort intstringcharfloatdoubleBooleanarraylisttreestackqueuegraph


What are the two basic types of data you can enter into a cell?

Spreadsheets generally accept two fundamental types of data: constant data, such as a constant number, date, time or text, or formulas. Formulas produce data of the same data types (e.g. text, number, date, time, etc), but are evaluated dynamically.


What TYPES of return values are allowed?

Apart from basic Data types (int , char , float and double ) you can even return Class Objects.Nearly any type of Data can be returned by a function including pointers to void data type.