What is the list interface?


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

Post New Answer

More Core Java Interview Questions

how many types of Inheritance?

0 Answers   Impetus,


What do you mean by hashing?

0 Answers   Amazon,


Can final class have constructor?

0 Answers  


why did you choose your career in IT?

1 Answers   LIC,


What does it mean to flush a file?

0 Answers  


How can we get one Interface methods whit out using implementation of interface

1 Answers   Oracle,


Difference between keyword and identifier.

0 Answers   TCS,


How do you add an element to a hashset in java?

0 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


Are primitives objects?

0 Answers  


What is difference between array and arraylist in java?

0 Answers  


How can we use primitive data types as objects?

0 Answers  


Categories