Examveda How many primitive data types are there in Java? A. 6B. 7C. 8D. 9Answer: Option C Solution (By Examveda Team) Primitive types are the most basic data types available within the Java language. There are 8: boolean , byte , char , short , int , long , float and double . This Question Belongs to Java Program >> Data Types And Variables
Solution (By Examveda Team) Primitive types are the most basic data types available within the Java language. There are 8: boolean , byte , char , short , int , long , float and double .
What is the maximum value that can be stored in a byte variable in Java? A. 127B. 255C. 32767D. 64 View Answer
Which data type is used to store a single character in Java? A. charB. stringC. letterD. ch View Answer
What is the default value of an int variable in Java if it's not explicitly initialized? B. 1C. -1D. Null View Answer
Which of the following is not a valid identifier for a Java variable? A. my_varB. _myVarC. 3rdVarD. $var View Answer
PLEASE! CAN YOU TELL NAME OF PRIMITIVE DATA TYPES OF JAVA..........
How many primitive data types are there in Java?
Boolean,byte,int,char,float,double,short and long data types are primitives
byte,short,int,long,char,float,double,boolean.
byte,char,int,short,long,float,double,boolean
boolean,char,byte,short,int,long,float,double
boolean,
char,
byte,short,int,long
float,double
please tell me name of primitive data types names