Answer Posted / dhaval
there is a method dont remember the name perfectly
though......Collections.synchronizedList(myList)
ArrayList myList = new ArrayList();
Collections.synchronizedList(myList)
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
Can variables be used in java without initialization?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What do you mean by inner class in java? Explain
What is boolean data type in java?
Why unicode is important?
What exactly is java?
What's a method in programming?
What is a generic type?
Can an interface extend a class?
What is a conditional equation?
Are static members inherited to sub classes?
What access modifiers can be used for methods?
Why is it called a string?
Explain what is encapsulation?
why java uses class level type casting ?