What is the purpose of premetive data types in java?

Answers were Sorted based on User's Feedback



What is the purpose of premetive data types in java?..

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

What is the purpose of premetive data types in java?..

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

Post New Answer

More Core Java Interview Questions

What is method in java ?

0 Answers  


What is arguments in java?

0 Answers  


What are interfaces?

3 Answers  


can you create interface instance ?

54 Answers   Fidelity, TCS,


What is constant in programming?

0 Answers  






What does the “final” keyword mean in front of a variable? A method? A class?

0 Answers  


How many functional interfaces does java 8 have?

0 Answers  


How can two threads be made to communicate with each other?

3 Answers   HCL,


What happens when heap memory is full?

0 Answers  


How large is a boolean?

0 Answers  


i would like to attend for an interview of datalab technologies company i want to know the pattern of imnterview.

0 Answers  


What do you mean by ternary operator in java?

0 Answers  


Categories