What does the “static” keyword mean? Can you override private or static method in java?
No Answer is Posted For this Question
Be the First to Post Answer
why the abstract class has default constructor?
What is the definition of tree ?
Can a variable be local and static at the same time?
Explain a situation where finally block will not be executed?
What modifiers can be used with a local inner class?
What is hashset in java?
Can we write multiple catch blocks under single try block?
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
How do you sort words in java?
Is arraylist ordered?
What is OOP?
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?