Answer Posted / nashiinformaticssolutions
In Java, when you declare primitive datatypes, then Wrapper classes are responsible for converting them into objects(Reference types).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is the best approach for creating thread ?
Give any two differences between C++ and java.
Which collection does not allow duplicates in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is a finally block?
Is 0 an even number?
How to use arraylist in java netbeans?
What does void * mean?
Is array primitive data type in java?
What data structures are used to perform recursion?
What is valid keyword in java?
What is javac used for?
What is array class in java?
What are the differences between heap and stack memory in java?
Difference between this() and super() ?