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
What is the meaning of variable in research?
What is instance synchronization?
Is passing by reference faster?
What is core java used for?
What are heap memory and stack memory and what are memory tables.
How do you convert string to int in java?
What is the purpose of the runtime class in java programming?
How many return statement are allowed in a function?
Why put method is used?
Is null keyword in java?
What is unicode full form?
What is the difference between checked exception and unchecked exception?
What is the purpose of format function?
What is array size in java?
What is the use of default method in interface in java?