What is a arraylist in java?


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

Post New Answer

More Core Java Interview Questions

What do you mean by Remote procedure call?

2 Answers  


In how many ways we can do synchronization in java?

0 Answers  


What are 5 boolean operators?

0 Answers  


What is meant by Static query and Dynamic query?

2 Answers  


How to know the host from which Applet is originated?

1 Answers   Wipro,


Where can I find jdk in my computer?

0 Answers  


Can we override singleton class?

0 Answers  


What happens if we override only equals?

0 Answers  


Why does it take so much time to access an applet having swing components the first time?

0 Answers  


Why array is used in java?

0 Answers  


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 is ‘has a’’ relationship in java?

0 Answers  


Categories