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 java autoboxing?
What is the static variable?
What are passing parameters?
What is data type example?
What is the role of the java.rmi.naming class?
What is user defined exception in Java?
What's the default access specifier for variables and methods of a class?
What is queue in java?
What is java instanceof operator?
What are use cases?
What is a conditional equation?
What are the advantages of user defined functions?
How do you check if a character in a string is a digit or letter?
Difference between Linked list and Queue?
Explain about field hiding in java?