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 final blank variable?
What do you know about java?
If set accepts only one argument then how can it compare two objects to avoid duplicates
What is the difference between this() and super() in java?
what is default layout of JFrame class?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is numel matlab?
What is boolean strategy?
where can we get jAVA project orientation traing in HYDERABD
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
Difference between static methods, static variables, and static classes in Java.
Functionality of JVM?