What primitive Java types? Howmany are they and what are
their names?
Answer Posted / ramesh
primitive type is predefined in java.
byte , int ,short ,long , float , double,boolean and char
are the primitive data types used in java.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how can you take care of mutual exclusion using java threads? : Java thread
Can a static block throw exception?
Which eclipse is best for java?
What is the loop in java?
Is class is a data type?
What is java argument list?
How do you check whether the list is empty or not in java?
difference between byte stream class and character stream class?
What is a classloader in java?
How we can make copy of a java object?
What are different access specifiers in java? Explain
What is the difference between choice and list?
Explain about varargs in java?
Where we write javascript code in html page?
What is the difference between static class and normal class?