Is array dynamic in java?


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

Post New Answer

More Core Java Interview Questions

Why do we create threads in java?

0 Answers  


what is tempplate pattern

4 Answers   IBM, RBS,


when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


Is object a data type?

0 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,






AWT event listeners extends what interface?

1 Answers  


How is string stored in java?

0 Answers  


What are the two ways you can synchronize a block of code?

5 Answers   Ericsson,


Is array a class?

0 Answers  


What is thread life cycle?

0 Answers  


Explain about main thread in java?

0 Answers  


Explain the selection sort algorithm and state its time complexity?

0 Answers   Flextronics,


Categories