How do you compare two strings? any predefined method for
this?
Post New Answer View All Answers
What does a boolean method return?
Do I need to import java.lang package any time? Why?
What are the problems faced by java programmers who don't use layout managers?
What is assembly language?
How do you include a string in java?
How do you convert bytes to character in java?
Which is better list or arraylist in java?
How many digits is int32?
Explain java coding standards for variables ?
Write a method that will remove given character from the string?
What is use of inner class in java?
What is literal example?
What is a native method in java programming?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is instance means in java?