What technique can be employed to compare two strings?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by UP& DOWN casting in java?
What is the purpose of the file class in java programming?
please send code example of inner classes?
What is the use of keywords in java?
Is delete, next, main, exit or null keyword in java?
Explain the role played by Java Virtual Machine in Java Programming?
what are Hostile Applets?
what is the Yield() method used in threads?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
how to print hello world every second till i have pressed enter key ???
what should do when using multiple catch() block & what should never do for the same?
Why char array is favored over string for the storage of passwords?