Is there a way to increase the size of an array after its declaration?


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

Post New Answer

More Core Java Interview Questions

Is set sorted in java?

0 Answers  


If you are given the name of the function at run time how will you invoke the function?

0 Answers   Adobe, Yahoo,


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,


How can a gui component handle its own events in java programming?

0 Answers  


What is indexof?

0 Answers  






Why runnable interface is used in java?

0 Answers  


Can we override the static method?

0 Answers  


Can we have return statement in finally clause? What will happen?

0 Answers  


What does string intern() method do?

0 Answers  


Why are strings immutable in Java?

1 Answers  


Explain the purpose of garbage collection in Java?

0 Answers   BirlaSoft,


Describe what happens when an object is created in java ?

0 Answers  


Categories