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 static variable stored in heap?
What is class level lock ?
What does void * mean?
What is array command?
What is method overriding in java ?
What is balanced tree in java?
What are some examples of variable costs?
What is args length in java?
What does jenkins do?
Can we have multiple classes in a single file?
Explain what access modifiers can be used for variables?
Explain about exception propagation?
How many types of java are there?
What is the parse method in java?
In java, how many ways you can take input from the console?