How do you sort a string in java?


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

Post New Answer

More Core Java Interview Questions

What is “try and catch” in java

5 Answers   Cap Gemini, TCS,


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

0 Answers  


What is a nonetype?

0 Answers  


what is real-time example of runtime polymorphism and compile time polymorphism

4 Answers   SLK Group,






Does treeset use compareto?

0 Answers  


What's the base class in java from which all classes are derived?

0 Answers  


What is Co-Variant return type in method overriding?

1 Answers   RBS,


What is static keyword?

0 Answers  


What is the difference between object oriented programming language and object based programming language?

0 Answers  


Define max and min heap, also the search time of heap.

0 Answers   GrapeCity,


Tell me the programme for this @ 1 2 @ @ @ 1 2 3 4

5 Answers   Accenture, iGate, IntoNET, Value Labs,


Categories