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
Explain the importance of finally block in java?
Explain the difference between runnable and callable interface in java?
What are the core java topics?
What means public static?
Does google use java?
What is the impact of declaring a method as final?
When can we say that threads are not lightweight process in java?
Can we instantiate interface in java?
What is printwriter in java?
Can we override the private methods?
Explain restrictions on using enum?
What is ellipsis in java?
What does n mean in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What are the advantages of java?