Are arrays dynamic 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 Map interface?

3 Answers   Wipro,


What is string :: npos?

0 Answers  


What is array initialization in java?

0 Answers  


How are Observer and Observable used?

3 Answers  


What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

1 Answers  






What happens to the Exception object after handling an exception?

0 Answers  


How can you set an applet’s height and width as a percentage?

0 Answers  


Name the packages in JDK?

2 Answers  


any other way to print the text without using System.out.println() in java?

5 Answers   IBM, Infosys,


What is the return type of a program?s main() method?

3 Answers  


why String class is immutable.

5 Answers   iGate,


Which sorting algorithm is best in java?

0 Answers  


Categories