What is the function of compareto 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 the use of predicate in java 8?

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


What is the size of string?

0 Answers  


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


Who is the owner of java?

0 Answers  


What is the full meaning of java?

0 Answers  


What do you understand by java virtual machine?

0 Answers  


What is the difference between static (class) method and instance method?

0 Answers  


How to create packages in java?

0 Answers  


What is the difference between the size and capacity of a vector?

0 Answers  


Can a class be a super class and a sub-class at the same time? Give example.

1 Answers  


What is a key in java?

0 Answers  


Categories