Why array is used in java?


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

Post New Answer

More Core Java Interview Questions

What are the three parts of a lambda expression? What is the type of lambda expression?

0 Answers  


Under what circumstances an object reference be cast to an interface reference?

3 Answers  


What is sorting algorithm in java?

0 Answers  


Does every java program need a main?

0 Answers  


Why we use protected in java?

0 Answers  


Which class is the immediate superclass of the Container class?

1 Answers  


How does split work in java?

0 Answers  


what is diff bet iterator and enumeration?

4 Answers  


What classes of exceptions may be thrown by a throw statement?

0 Answers  


What is user defined exception in Java?

0 Answers   TCS,


int a=1,b=10; System.out.println(a+b--);

12 Answers   HCL,


does java support default argument in Method?

1 Answers  


Categories