How Applets & Servlets will communicate with each other?
Answer Posted / guest
through JDBC
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what are abstract functions?
What is lambda in java?
What are peerless components in java programming?
Can we override the static methods?
Explain java coding standards for interfaces?
What is the difference between inner class and nested class?
What's the difference between comparison done by equals method and == operator?
Why is string class considered immutable?
How many types of interfaces are there?
Can we write any code after throw statement?
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?
What is passing value java?
Can we declare a class as abstract without having any abstract method?
What is classpath?
Why array is used in java?