How do I compare two strings in word in java?


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

Post New Answer

More Core Java Interview Questions

What are constants and how to create constants in java?

0 Answers  


i need example for java abstraction. where we use abstraction and why we need abstraction.

2 Answers   Oracle,


hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  


What are the three types of design patterns?

0 Answers  


How does a cookie work in Servlets?

0 Answers  






How hashmap works in java?

0 Answers  


How strings are created in java?

0 Answers  


What are white spaces in java?

0 Answers  


What are predefined functions?

0 Answers  


Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?

1 Answers  


How to implement Singleton

6 Answers   DELL,


What is the difference between compare and compareto in java?

0 Answers  


Categories