Is it possible to declare abstract class as final?What happens if we do so?
Answer / shruti k
Abstract call cannot be declared as final, if done so class can't be instantiated
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the replace tool?
What is casting?
what is associative array
Difference between notify() method and notifyall() method in java?
What is this keyword used for?
Explain where variables are created in memory?
Can I import same package/class twice?
What are internal variables?
How big is a boolean?
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 I learn java in 3 months?
How do you convert int to char in java?