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 this keyword used for?
What do you understand by the term singleton?
What is the difference between notify and notifyall method?
Can inner class have constructor?
What is java util concurrentmodificationexception?
What is the independent variable in an experiment?
What is the meaning of flag day?
How do you avoid global variables?
What is the difference between integer parseint and integer valueof?
What is unmodifiable collection in java?
Is java call by reference?
How do you use nextline in java?
Can you make a constructor final in Java?
What is the difference between actual and formal parameters?
What are inner classes or non static nested classes in java?