answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is meant by a Java Long Datatype?

The Java Long Datatype is a 64 bit data language, this format of Java is important to be skilled in for anyone that are to be doing C++ programing language.


What is a int in java?

int is integer which means datatype


What is mean by parse in java?

It is used to convert the value of one datatype into a value of another datatype. Example- Integer.parseInt(in.readLine); It converts given value to Integer datatype.


Does long int and long double data types are used in java as in c?

There is does a 'long' datatype in java, but no 'long double'.


Why do use typecasting in java?

Type casting is used to convert from one datatype to the other


What is default value of Boolean type variable?

False will be the default value of the boolean datatype in java


What is Abstract-Interface in java?

All interfaces are abstract.


What is the android language coding?

The operating system itself consists of Java and C/C++. The applications are written primarily in Java for the builtin Java virtual machine. (Dalvik in Android < 5.0, ART in Android >=5.0)


What has the author D S Malik written?

D. S. Malik has written: 'Java Programming' 'Java programming' -- subject(s): Java (Computer program language) 'Fundamentals of abstract algebra' -- subject(s): Abstract Algebra, Algebra, Abstract 'C++ Programming'


What are the advantages of different java datatypes?

The Basic data types in Java arebyteint (Integer)longdoublefloatcharshortThe String type is an object.StringTo learn more about Java go to:[http://java.sun.com/docs/books/tutorial/java/index.html]


How many bytes does date DD-MM-YYYY datatype occupy in java?

A java.util.Date object will take about 32 bytes in memory.


Interface in java?

include all abstract method