How to compare two strings in java program?


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

Post New Answer

More Core Java Interview Questions

Is call by reference possible in java?

0 Answers  


What is the purpose of static methods and variables?

0 Answers  


Give any two differences between C++ and java.

0 Answers   GrapeCity,


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


Explain different forms of polymorphism?

0 Answers  






How many types of variables are there?

0 Answers  


What is append function?

0 Answers  


What does bitwise or mean?

0 Answers  


what are the rules to use try catch finally?

1 Answers   Satyam, UJ,


Can constructor return value?

0 Answers  


what is hashmap& hashtable with example?

1 Answers   CTS,


What checkbox method allows you to tell if a checkbox is checked?

0 Answers  


Categories