What is the purpose of premetive data types in java?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
primitive datatypes will allocate some memory in accordance
with the type of the variable
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / parameswaran
In java contains eight type of primitive data
type:byte,short,int,long,float,double,char,boolean..
In wrapper class is called converting ordinary variable into
objects.so this concept is used for collections in
java.because collection don't know data types..only object..
| Is This Answer Correct ? | 5 Yes | 2 No |
What is string pooling concept?
how to deploy tomcatserver to weblogic server? write d following steps?
What does s mean in regex?
What is the memory leak in java?
how we can write the string concatenation program in java.
Difference between serialization and deserialization in java?
How can a gui component handle its own events?
How are Observer and Observable used?
What is a protected void?
Is integer immutable in java?
What is difference between equals and hashcode method?
How many types of memory areas are allocated by jvm?