What does the string method compareto () do?


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

Post New Answer

More Core Java Interview Questions

public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


What does java edition mean?

0 Answers  


What are other modifiers?

2 Answers   Wipro,


What is are packages?

0 Answers  


What is ascii code?

0 Answers  






Explain the transient field modifier?

0 Answers  


how can we synchronize Hash map?

3 Answers   CTS,


What are inbuilt functions?

0 Answers  


Name the methods in mouse listeners ?

4 Answers  


Can a class be declared as static?

0 Answers  


What is difference between string and new string?

0 Answers  


Why main method is static in java?

0 Answers  


Categories