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 |
Explain about main thread in java?
What is a boolean flag in java?
What is meant by local variable and instance variable?
How two different class threads communicate with each other?. send example code.
What is contract between hashcode and equal method?
Why do we need wrapper classes?
Explain reverse a linked list recursive java solution?
What are the ways of polymorphism other than Overridding & Overloading
what is multithreading?
How to retrieve data from database in java using arraylist?
What is the string function?
What are basic data types?