What is difference between array and 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 is use of marker interface? give me good example?

2 Answers  


In what type of containers, Border layout is a default layout?

3 Answers  


Can we change the value of static variable?

0 Answers  


Can we use a switch statement with strings?

0 Answers  


Can a method be static?

0 Answers  






What do you understand by classes in java?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is parsing a sentence?

0 Answers  


when there is a need of jvm then how we can say that java is a platform independent language?

3 Answers  


What type of value does sizeof return?

0 Answers  


What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.

6 Answers   iFlex, Sapient,


What is the base class for error and exception?

0 Answers  


Categories