what is the collable collections in java?
Post New Answer View All Answers
Can we call thread start () twice?
What is prime number in java?
What is the use of jtable?
Can we create an object of private class?
What is the difference between static class and normal class?
What is the use of set in java?
What is the difference between integer parseint and integer valueof?
Can a static method be final?
how can you take care of mutual exclusion using java threads? : Java thread
What is hashing principle in java?
Explain about fail fast iterators in java?
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?
Can you achieve runtime polymorphism by data members?
Java is Pass by Value or Pass by Reference?
Why do we use string?