please tell me what is wrapper class in java with example ?
Answer Posted / kotimuthyala
for each and every fundamental datatype theire exist predefined class.such predefined called wrapper class.the perpose of wrapper class is that converting numerical string data into fundamental data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between local variable and global variable?
Does constructor creates the object ?
Explain the pointers in Java?
What happens when I use / and % with a negative numerator?
Explain importance of throws keyword in java?
Why pass by reference is not possible in java?
What is treemap in java?
What are the special characters?
Difference between == and .equals() ?
What is a method type?
What is the difference between interface & abstract class?
What is variable and constant explain with example?
Why java is object oriented?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Is array serializable java?