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 3476when there is a need of jvm then how we can say that java is a platform independent language?
3 5725what is the difference between applet and swing and gui application in java . What we do with the collections set and list interface
2 8868Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
1 3641
What are the parts of methodology?
What is __ init __ functions?
Explain the difference between private, public, package and protected in java?
Is hashmap thread safe?
What is the difference between overriding and overloading in OOPS.
Is set sorted in java?
What is a function in java?
What is number data type?
What are basic keywords?
In a container there are 5 components. I want to display all the component names, how will you do that?
Can we overload the constructors?
What are the types of sockets in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
When can we say that threads are not lightweight process in java?
Difference between linkedlist and arraylist.