What is map and hashmap? also tell the difference.
Answer / vivek
map is an interface and hash map is the class which implements the map interface.both map and hash map are unsynchronized...
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the program compilation process?
Explain the inheritance?
what is the difference between System.exit() and System.exit(1)?
1 Answers eClinical Solutions, eClinical Works, eClinicalWorks,
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is the difference between static synchronize() metod and synchronize() method?
How can be define MARKER interfce in java
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Does java isempty check for null?
What is map in java?
explain different ways of using thread? : Java thread
can rmi and corba based applications interact ?
How to restrict a member of a class from inheriting by its sub classes?