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 |
Distinguish between a predicate and a function?
What does sizeof return?
What is sorting algorithm in java?
What are the types of classes in java?
What is super constructor?
What is Marker interface in java? and what is clone?
what is the full form of java
What is arrays sort in java?
What are the five major types of reference sources?
Can we create a class inside a class in java?
How do I compare two strings in word in java?
What is difference between pointer and reference?