Answer Posted / mahesh
javascript was originally developed by Netscape(not to be
confused with java, they are two different languages!)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the advantage of functional interface in java 8?
What do you mean by platform independence of Java?
What is immutable data?
What is the difference between stored procedure & function?
What is the difference between arraylist and hashset in java?
What are the special characters?
What is string variable?
What is thread start?
What are the files generated after using IDL to java compiler?
How many ways can we create singleton class?
How can constructor chaining be done using this keyword?
According to java operator precedence, which operator is considered to be with highest precedence?
Is final static 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?
How does arrays sort work in java?