What is 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

Can a class be private in java?

0 Answers  


What is floating data type?

0 Answers  


What is stringbuffer in java?

0 Answers  


What is the difference between serialization and deserialization?

3 Answers   ABC,


What is the r character?

0 Answers  






strings in java are objects.why?

2 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?

0 Answers  


Write code of any action class?

0 Answers  


Does java linked list allow duplicates?

0 Answers  


what is optional in java 8?

0 Answers  


What is are packages?

0 Answers  


Categories