Answer Posted / vinod
Except primitive data types, everything is object in java.
We need to convert these primitive data types to an objects
using wrapper classes.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why should I use abstract class?
What is the difference between dom and sax parser in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
How is garbage collection controlled?
What are serialization and deserialization?
What do bitwise operators do?
Why java is considered as platform independent?
What is the difference between a scrollbar and a scrollpane?
Can you override static methods?
What do you mean by Hash Map and Hash Table?
What is the purpose of stub and skeleton?
Can we call thread start () twice?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What java is used for?
What is the significance of continue jump statement? Explain with an example.