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
what is instanceof operator used in java?
What is thread safe in java?
how we can make a write-only class in java?
Why is java so popular?
Which is the class in java?
What is arrays aslist in java?
Why does my function print none?
What do you meant by active and passive objects?
Is binary a low level language?
What is byte code and why is it important to java’s use for internet programming?
What is a parent class in java?
What are internal and external variables?
Can we overload the main() method?
Does java map allow duplicates?
How to instantiate static nested classes in java?