What are wrapper classes?

Answers were Sorted based on User's Feedback



What are wrapper classes?..

Answer / goutham.s.s

The wrapper classes do not access the primitive data type

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Core Java Interview Questions

When should you use arraylist and when should you use linkedlist?

0 Answers  


What is called module?

0 Answers  


What is class and its types?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


Why do I need to declare the type of a variable in java?

0 Answers  






what is abstract class in Java?

0 Answers   Hexaware, Syntel,


is memory to the abstract class allocated ..or objects not instantiated

7 Answers   Synechron, TCS,


Why do we need variables?

0 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


What is a condition in programming?

0 Answers  


Can we override private method?

0 Answers  


What is a treeset in java?

0 Answers  


Categories