What is a parameter in simple terms?
No Answer is Posted For this Question
Be the First to Post Answer
what difference between throw and throws in exception handling.
different between exception and error? explaim check and uncheck exception
Can we overload final method in java?
How to avoid the runtime exception ?
What are the methods to rectify ambiguities in the interfaces in JAVA?
Why does java doesnot support multiple inheritance?
Why should we use singleton pattern instead of static class?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
What is the default size of load factor in hashing based collection?
why the equals method can be override?when we override the equals method?
What is hash method?