What primitive Java types? Howmany are they and what are
their names?
Answer Posted / ravikiran(aptech mumbai)
primitive datatypes are the one which will allocate some
memory in the stack.And there are 8 primitive data types
1).byte
2).short
3).int
4).long
5).float
6).double
7).char
8).boolean
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is 64bit faster than 32 bit?
What is the statements?
What is an error in java?
How does remove work in java?
What does yield method of the thread class do?
What is the default size of arraylist in java?
What is a parameter in simple terms?
Which java version is latest?
What are constructors in java?
What is arrays fill in java?
Can a hashset contain duplicates java?
What is api in java?
what is meant by HQL?
How many digits can a float hold?
Can vector have duplicates in java?