Which is easier .net or java?
How many java versions are there?
How can we create a object of a class without using new operator.
Why Over riding is Run Time Polymorphism?
When is the garbage collection used in Java?
What is difference between module and function?
What is singleton class example?
Realized?
Is java hashset ordered?
Explain try and catch keywords in java?
What is the relationship between class and object?
Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?
Can we have this () and super () together?