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
List any five features of java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Write a program to solve producer consumer problem in java?
What is a method header?
How many types of operators are there?
Is arraylist ordered in java?
Can a class with private constructor be extended?
What are the approaches that you will follow for making a program very efficient?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are different types of classloaders?
How to write custom exception in java?
Explain the usage of this with constructors?
Describe what happens when an object is created in java ?
What are the restriction imposed on a static method or a static block of code?
What is passed by reference and pass by value ?