Computer Science, asked by gugfg, 1 year ago

what is first and last primitive

Answers

Answered by Rahuldutta522
2
These are the primitive types in Java: • boolean • byte • short • char • int • long • float • double All the other types are reference types: they reference objects. This is the first part of the Java tutorial about the basics of the language.
Similar questions