Answer Posted / venkat
String is one of the datatype that is user to assign the
character to the variables,and we can give as an input in
the runtime.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a “stateless” protocol ?
What is java reflection?
Explain the concept of proper inheritance?
What does nullpointerexception mean?
What is int argc char * argv?
Can a class be a super class and a sub-class at the same time? Give example.
Write a program to find maximum and minimum number in array?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
How many bits is size_t?
How does linkedhashmap work in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What happens when I use / and % with a negative numerator?
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.
How do you include a string in java?
What's the base class in java from which all classes are derived?