What is the total number of primitive data types available in Java?

Choose the correct answer

Explanation

Java defines exactly eight primitive data types: byte, short, int, long, float, double, char, and boolean.

What is the total number of primitive data types ava… — Java concepts and its programming | PakQuizHub