Answer Posted / guest
yes
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is the internal implementation of set 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 is main in java?
How does hashmap work in java ?
Can we use this () and super () in a method?
Why java is a platform independent? Explain
What is a super method?
What is a wrapper method?
Which package has light weight components?
What is meant by collection in java?
how to write a program for sending mails between client and server
What does provide mean construction?
What is skeleton and stub? What is the purpose of those?
Explain constructors and types of constructors in java.
What is the tradeoff between using an unordered array versus an ordered array?