Answer Posted / thara
Primitive types are not objects in Java
Many methods are available in the Java library that work
only for objects
Wrapper classes are used to represent primitive data types
as objects.
Boolean, Character, Byte, Short, Integer, Long, Float, and
Double.
Object wrappers for the corresponding native data type.
Object Oriented implementation of the primitive data types
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is integer parseint?
Why does java does not support multiple inheritance? Explain
What is an error in java?
What is length in java?
What is difference between an object and a class?
What are the java ide's? Explain
Is .net better than java?
What value is a variable of the string type automatically initialized?
What is OOP Language?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
When will you define a method as static in Java?
How to instantiate member inner class?
What is replaceall in java?
Explain the available thread states in a high-level?
What is meant by vector class, dictionary class, hash table class, and property class?