What is the purpose of premetive data types in java?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we need hashmap in java?
How many bytes is a string java?
What is the purpose of skeleton and stub?
Why generics are used in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is an error in java?
What is nullpointerexception?
What is method in research paper?
What is the difference between overriding & overloading?
Why is boolean important?
Explain scope or life time of local variables in java?
What are the main uses of this keyword?
What is super keyword explain with example?
Why can't we use static class instead of singleton?
What are the topics in advance java?