What are the advantages of different java datatypes?

Java

1 answer

Answer

1161096

2026-07-15 03:11

+ Follow

Java
Java

The Basic data types in Java are

  • byte
  • int (Integer)
  • long
  • double
  • float
  • char
  • short

The String type is an object.

  • String

To learn more about Java go to:

[Java.sun.com/docs/books/tutorial/Java/index.html]">http://Java.sun.com/docs/books/tutorial/Java/index.html]

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.