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 object of class in java?
What do the thread?class methods run() and start() do?
What is hash table in java?
What is the use of protected in java?
What does 3 dots mean in java?
Can you pass functions in java?
Can a class with private constructor be extended?
What does string [] args mean?
Explain, java is compatible with all servers but not all browsers?
Does constructor return any value?
What do you understand by access specifiers in Java?
Variables used in a switch statement can be used with which datatypes?
Explain method overloading?
What is the default value of the local variables?
Can java run on google chrome?