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 purpose of the System class?
What is arraylist e in java?
Why object class is super class for every class in java?
What is a stream? what are the different types and classes of Streams?
What is a byte array?
What are the restriction imposed on a static method or a static block of code?
What is super keyword in java ?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
What is wrapper class html?
What is an Applet ?
What is null data type?
What are multiple inheritances? Is it supported by java?