What are the advantages of autoboxing?


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

Post New Answer

More Core Java Interview Questions

How will you reverse a link list without using recursion?

0 Answers   Global Logic,


Which data type is class in java?

0 Answers  


Which class is the superclass for all the classes?

0 Answers  


What is the exact difference in between Unicast and Multicast object? Where will it be used?

0 Answers  


What is valid keyword in java?

0 Answers  






what Data encapsulation in java?

5 Answers  


What is the benefit of singleton pattern?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


When do we use hashset over treeset?

0 Answers  


How do you sing an Applet ?

0 Answers  


What is size of int in java?

0 Answers  


Can we catch more than one exception in a single catch block?

0 Answers  


Categories