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 |
Is java a digit method?
where u use Abstraction and Interface in real time
What does localhost mean?
Is it possible for a yielded thread to get chance for its execution again?
Where are the card layouts used?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
difference between jsp and java script?
describe synchronization in respect to multithreading? : Java thread
Can we return null in java?
What are default methods ?
Explain the use of shift operator in java. Can you give some examples?
What is the range of the short type?