Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
1 4995what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
2 11105I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
3 8914difference between String a; and String a=new String();? y do v need to assign memory to the variable?
2 5996Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.
CGI,
3 6081
What's the purpose of static methods and static variables?
How do you compare characters in java?
What is the use of hashmap in java?
What does null mean in java?
what is the difference between the methods sleep() and wait()? : Java thread
How do you use parseint in java?
Why 1 is not a prime number?
What is the difference between keyword and identifier?
Why doesn't the java library use a randomized version of quicksort?
how to write a program for sending mails between client and server
Is java call by reference?
Why string is a class?
what is mutual exclusion? : Java thread
How do you achieve polymorphism in java?
Explain about exception propagation?