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

What is Session reduplication and how its done?

0 Answers  


When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


Differences between external iteration and internal iteration?

0 Answers  


What are checked exceptions?

0 Answers  


How do you delete a list in java?

0 Answers  






Explain the difference between scrollbar and scrollpane?

1 Answers  


What variables are stored in stack?

0 Answers  


How is final different from finally and finalize?

0 Answers  


why static class in java or what is use of static class in java

3 Answers   SunGard,


Explain reverse a linked list recursive java solution?

0 Answers  


Is integer a class?

0 Answers  


Why main() method is public, static and void in java ?

0 Answers  


Categories