which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / divya
None
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Which oo concept is achieved by using overloading and overriding?
What are the differences between throw and throws?
Why hashset is used in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What are operators and its types?
What is array and arraylist in java?
What is the difference between interface & abstract class?
How does linkedlist work in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is parsing in grammar?
What classes of exceptions may be thrown by a throw statement?
how to create multithreaded program? Explain different ways of using thread? : Java thread
How does java enable high performance?
What is variable argument in java?