Timeline for Is it possible to create instance of an Interface(e.g-Map Interface)?If it is then how?
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 28, 2017 at 17:07 | answer | added | Ben Cottrell | timeline score: 2 | |
| May 28, 2017 at 13:28 | answer | added | Deduplicator | timeline score: 2 | |
| May 28, 2017 at 13:03 | answer | added | unholysampler | timeline score: 1 | |
| May 28, 2017 at 11:34 | comment | added | kdgregory |
Both lines of code create an instance of HashMap: that's what new HashMap does. The first one assigns that instance to a variable of type Map.
|
|
| May 28, 2017 at 9:28 | history | edited | amon | CC BY-SA 3.0 |
code formatting: indent code blocks with 4 spaces
|
| May 28, 2017 at 8:08 | answer | added | ASA | timeline score: 5 | |
| May 28, 2017 at 8:03 | comment | added | Jules | A related question (but probably not a duplicate): softwareengineering.stackexchange.com/questions/258105/… | |
| May 28, 2017 at 7:59 | review | First posts | |||
| Jun 8, 2017 at 17:45 | |||||
| May 28, 2017 at 7:59 | history | asked | vaibhav negi | CC BY-SA 3.0 |