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

Why string is not a wrapper class?

0 Answers  


Does treeset allow null in java?

0 Answers  


Difference between Superclass and Subclass?

7 Answers  


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


Why java is not a pure object oriented language?

5 Answers   IBM,






What was java originally called?

0 Answers  


What is a treemap in java?

0 Answers  


If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?

7 Answers   Accenture, College School Exams Tests, iFlex, NIIT,


What are java packages?

0 Answers  


What is the difference between class forname and new?

0 Answers  


why did you choose your career in IT?

1 Answers   LIC,


What are measurable parameters?

0 Answers  


Categories