Answer Posted / jl
Wrapper classes are used to convert primitive types to objects.
| Is This Answer Correct ? | 27 Yes | 4 No |
Post New Answer View All Answers
how to write a server program and sending the mails to the server using smtp protocol please help me
How can we break singleton in java?
What are assembly attributes?
Can each java object keep track of all the threads that want to exclusively access it?
Can the garbage collection be forced by any means?
Why do we need data serialization?
What are the principle concepts of oops?
What does the @override annotation do?
Define immutable object?
Can list contain null in java?
What mechanism does java use for memory management?
what are three ways in which a thread can enter the waiting state? : Java thread
Explain creating threads by extending thread class ?
Why is stringbuffer not immutable?
Can private members of a base class are inheritable justify?