What is the difference between array and array list in java?


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

Post New Answer

More Core Java Interview Questions

public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What data type is a string?

0 Answers  


Write a program to print all permutations of string?

0 Answers  


What is a "pure virtual" member function?

0 Answers   Amazon,


What does replaceall do in java?

0 Answers  






What is stringbuffer in java?

0 Answers  


What is a marker interface?

0 Answers  


whats the life cycle of jsp

15 Answers   Satyam,


What is percentage in java?

0 Answers  


What is java string pool?

0 Answers  


What is an array and a vector? How they different from each other?

4 Answers  


Explain what pure virtual function is?

0 Answers   Aricent,


Categories