Answer Posted / kalappa.p
yes
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What does i ++ mean in Java?
What are aggregate functions explain with examples?
How does sublist works in java?
What is the use of volatile in java?
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 are format specifiers in java?
What is an immutable class?
What is the byte order of byte buffer?
What is difference between final and immutable?
What is stack class in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is runtime locatable code?
What is local declaration?
What is scope of a variable?
What is the difference between method overriding and overloading?