Answer Posted / sitaram
Wrapper classes are used to convert primitive types to
objects. wrapper classes are final classes. final classes
can't be extends to other class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we declare register variable as global?
What is time complexity algorithm?
Define an applet in java?
How to stop a thread in java? Explain about sleep () method in a thread?
Can inner class extend any class?
How can we break singleton in java?
Is ++ operator thread-safe in java?
What is string substring?
Is it possible to override the main method?
What is length in java?
What is the difference between instanceof and isinstance?
Can each java object keep track of all the threads that want to exclusively access it?
how to create constants in java?
What are the basic interfaces of java collections framework?
What is constructor and virtual function? Can we call a virtual function in a constructor?