How do you compare two strings lexicographically?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How Vector class is synchronized,How to build user defined class as synchronized?

0 Answers  


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

0 Answers  


Definition for connection pooling?

3 Answers  


Why array is used in java?

0 Answers  


What is the flag in java?

0 Answers  






which class is the wait() method defined in? : Java thread

0 Answers  


What is a finally block? Is there a case when finally will not execute?

0 Answers  


What is Connection pooling? Explain Pros and Cons?

1 Answers  


Describe inheritance as applied to java?

4 Answers  


what are ER diagrams?

2 Answers  


Explain how to force the garbage collection in java.

0 Answers  


int a=1,b=10; System.out.println(a+b--);

12 Answers   HCL,


Categories