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 purpose of object oriented programming?
What is meant by nested loop?
What is difference between Heap and Stack Memory?
Can we declare an array without size in java?
Explain how to force the garbage collection in java.
What does java final mean?
How can you set an applet’s height and width as a percentage?
What is a string what operation can be performed out with the help of a string?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
When do we use hashset over treeset?
What is class??
What is the base class of all classes?
What is module with example?
What is substring 1 in java?
Can we override private constructor in java?