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
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How do you check if a string contains only numeric digits?
Why string is not a wrapper class?
Explain features of interfaces in java?
How do you detect memory leaks?
What is incompatible types in java?
How many bits is a float?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Write an algorithm for quick sort?
Explain about anonymous inner classes ?
Is a boolean 1 bit?
How do you call a reference in java?
What are the advantages and disadvantages of reference counting in garbage collection?
How does sublist works in java?
What language is an assembler written in?