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 |
What is the Vector class?
What is the syntax and characteristics of a lambda expression?
How do you override a private method in java?
Why are there no global variables in java?
What is the maximum size of arraylist in java?
how exactly garbage collection take place?
What is multi-catch block in java?
What does int argc char * argv [] mean?
What are peerless components in java programming?
why use interface? if interface declear a method implement in class. why direct implement method in class
What is bubble sort in java?
Explain the purpose of garbage collection in Java?