Is it possible to compare various strings with the help of == operator?
No Answer is Posted For this Question
Be the First to Post Answer
How multi processing is achieved in JAVA?
how we can create packages in java?
Why 1 is not a prime number?
Does 'true' and 'false' are keywords?
What is a static method in java?
What happens if constructor is private?
Can multiple catch statements be used in exceptions ?
Tell me a few examples of final classes defined in Java API?
Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
Is java free for businesses?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???