-
Where string is primitive data type of string data type?
String is not primitive data. Only char,int,double,and boolean are!
-
The differences beween a data type and primitive data type?
A primitive type is, in a way, built-in, in the language. This often includes different kinds of numbers, strings, and in some languages, dates and boolean. The other data type, other than primitive,...
-
Which numeric data type has storage capacity of 3 bytes?
For Microsoft SQL Server there are no numeric values that consume 3 bytes. The numeric data types, their value range, and byte consumption as we follows: Data typeRangeStoragebigint-2^63...
-
What are non primitive data types?
A primitive variable can be one of eight types: char, boolean, byte, short, int, long, double, or float. Once a primitive has been declared, its primitive type can never change, although in most...
-
What are the uses of primitive data types?
A primitive variable can be one of eight types: char, boolean, byte, short, int, long, double, or float. Once a primitive has been declared, its primitive type can never change, although in most...