Answer Posted / venkatesh
Which one will not allow duplicates, is it HashMap or
HashTable? Please explain the corect answer with an
example. Thanks in advance
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why is string class considered immutable?
Give me an example of array and linked list? Where they can be used?
What is the diffrence between inner class and nested class?
What is object english?
What are the differences between heap and stack memory in java?
why are there separate wait and sleep methods? : Java thread
How would you use Bubble Sort to sort the number of elements?
Can we overload the main() method?
When is finally block not called?
how does multithreading take place on a computer with a single cpu? : Java thread
Why are variables important in research?
What is the range of a character variable?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Is alive and join method in java?
What is the use of java?