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
Can we declare main () method as non static?
What is the inheritance?
What is bifunction in java?
What is a lock or purpose of locks in java?
What is casting in java programming?
what is nested class in java?
How can we run a java program without making any object?
What is a copy constructor in java?
What is use of arraylist in java?
What are the main concepts of oops in java?
Can a main method be overloaded?
What is a methodologist?
Is object a data type?
What is polymorphism and what are the types of it?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.