Answer Posted / raghava
Primitive data type(int, float,long, char,boolean..ect).
are not objects in java. we wrapper this int,float ect into
classes.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is enhanced loop in java?
What is the full meaning of java?
What is an abstract method in java programming?
Explain the difference between protected and default access.
How do you add an element to a hashset in java?
How do you compare two strings lexicographically?
Explain the advantages of packages in java?
What is the purpose of main function in java?
Differentiate storage classes on the basis of their scope?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
How do you create an array in java?
When is finally block not called?
What is difference between pointer and reference?
how is final different from finally and finalize in java?
What is the right data type to represent a price in java?