How does list work in java?


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

Post New Answer

More Core Java Interview Questions

can we create instance for interface in java?

4 Answers  


what is comparable and comparator interface?

0 Answers  


FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

1 Answers  


What is the difference between multitasking and multithreading in Java

0 Answers   Sans Pareil IT Services,


Difference between start() and run() method of thread class?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


Write a program to print the pattern given below

0 Answers  


Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls

0 Answers  


What is args length in java?

0 Answers  


When super keyword is used?

0 Answers  


How could Java classes direct program messages to the system console, but error messages, say to a file?

2 Answers  


What is a variable declaration?

0 Answers  


Categories