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
How to compare strings in java?
What causes memory leak in java?
How do you declare a destructor in java?
What is numel matlab?
What is the use of using enum to declare a constant?
What is :: operator in java 8?
Why is logger singleton?
What is meant by inheritance and what are its advantages?
What is meant by method?
What is the difference between preemptive scheduling and time slicing in java programming?
What is a conditional equation?
What is native method in java?
How can we pass argument to a function by reference instead of pass by value?
what do you understand by synchronization? : Java thread
What is java and why do we need it? Explain