What primitive Java types? Howmany are they and what are
their names?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prasanna
They are implicitly defined in Java.There are 8 of them and
they are:
boolean,char,byte,short,int,long,float,double
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
What is thread safe in java?
How do I run java on windows?
What does \ mean in regex?
how many ways to create Thread and which one is good? runnable interface ot Thread class?
Is null in java?
difference between jsp and java script?
To what value is a variable of the Boolean type automatically initialized?
Why we need Finally with try? pls expain with ur example..
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
How do weakhashmap works?
where can we get jAVA project orientation traing in HYDERABD
What are the data types supported by java? What is autoboxing and unboxing?