How do you clear an arraylist in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is d difference between deep cloning and shallow cloning in core java?
write a program that list all permutations of ABCDEF in which A appears before B?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
Explain enumeration in java?
What is a local, member and a class variable?
What is java’s garbage collected heap?
What is dot operator?
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
How do I compare two strings in word in java?
How do you convert string to int in java?
Why do we need singleton?
Advantages of Inheritance in java.