Explain the scope or life time of class variables or static variables?
How do you delete a list in java?
What is a subsequence of a string?
If a class is declared without any access modifiers, where can the class be accessed?
suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?
What is void keyword?
How does java pattern compile work?
what is object type casting? give some example with related?
What happens to the Exception object after handling an exception?
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 default size of arraylist in java?
What is the formula to calculate percentage?
Can an interface extands a class?