What is Vector?Can you elaborate how Vector is Thread safe?
Answer Posted / srilatha
Vector is synchronized and thread safe
it allows one thread can access at a time
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Is assembly language a low level language?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Give few difference between constructor and method?
Can I extend singleton class in java?
Can long be null in java?
Explain about assignment statement?
How do you pass by reference?
List some features of the abstract class.
What is boolean strategy?
What is the final keyword denotes?
Tell us something about different types of casting?
What is the method in java?
What is generics in java interview questions?
Does java allow overriding static methods ?
What is difference between path and classpath?