please send me hr interview questions in it industry
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of using javap?
What differences exist between iterator and listiterator?
What are bind parameters?
what r advatages of websphere? & how to deploy?
Without creating a new object, How you can retrieve a String or other object?
What happens if we override only equals?
Can a double value be cast to a byte?
Is overriding possible in java?
What are packages in java?
What are "class access modifiers" in Java?
What is persistence ?
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?