Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
1 5059what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
2 11215I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
3 9061difference between String a; and String a=new String();? y do v need to assign memory to the variable?
2 6112Hi 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 6245
What are multiple inheritances?
Describe 2 different ways to concatenate two strings.
Is it necessary that each try block must be followed by a catch block?
Is java 9 released?
What is set and get methods in java?
How can we achieve thread safety in java?
what is inner class in java?
Can we have multiple classes in single file ?
How many static init can you have?
Explain jvm, jre, and jdk?
Differentiate between array list and vector in java.
How do I compare two strings in word in java?
what are the states associated in the thread? : Java thread
What is an example of character?
Do extraneous variables affect validity?