Why arraylist is not synchronized in java example?


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

Post New Answer

More Core Java Interview Questions

What exactly is methodology?

0 Answers  


Which is the best approach for creating thread ?

0 Answers  


What is the purpose of nested class in java?

0 Answers  


Explain the importance of throws keyword in java?

0 Answers  


AWT event listeners extends what interface?

1 Answers  






What is implicit object in java?

0 Answers  


What all access modifiers are allowed for top class ?

0 Answers  


What are the major drawbacks of external iteration?

0 Answers  


What is java console application?

0 Answers  


Write a program to check for a prime number in java?

0 Answers   Cyient,


How many bytes is a string 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  


Categories