Can we create our own wrapper class in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

why operator overloading is removed in java?

1 Answers  


How many types of design patterns are there?

0 Answers  


Is there any difference between nested classes and inner classes?

0 Answers  


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


Why do we need to override equals() and hascode() method of object class?

1 Answers   Cognizant,


Is java call by reference?

0 Answers  


What is the benefit of abstract class?

0 Answers  


What is private public protected in java?

0 Answers  


What are hot spots in Java programming?

1 Answers  


How can we create objects if we make the constructor private ?

0 Answers  


What are the benefits of immutable objects?

0 Answers  


Can each java object keep track of all the threads that want to exclusively access it?

0 Answers  


Categories