describe class versions of primitive type data
Posted
by paula
on Stack Overflow
See other posts from Stack Overflow
or by paula
Published on 2010-05-08T14:52:50Z
Indexed on
2010/05/08
14:58 UTC
Read the original article
Hit count: 484
please some explain to me this....
Explain why java has class versios of primitive data types? describe the class versions of primitive java types and expain pros and cons? expalin why class versions of primitive java types are available, but why the primitive types are still frequently used? expalin how primitive and non-primitive data types are passed as parameters to methods in java and how that affects altering the value of data passed?
primitve data types are: int, float, char, long, short, byte, boolean and double.
© Stack Overflow or respective owner