Skip to content

Commit 83f8123

Browse files
authored
Update Explaination.md
1 parent 95c15bd commit 83f8123

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/Explaination.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,9 @@ Situation where two or more threads are blocked forever, waiting for each other.
454454
<sup><sub>[▲ TOP](#table-of-contents)</sub></sup>
455455
## Java Collections Framework
456456
### Overview
457-
![alt text](https://media.geeksforgeeks.org/wp-content/uploads/java-collection.jpg "Java Collections Framework")
457+
458+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/java-collection.jpg" alt="Java Collections Framework" class="responsive-img" />
459+
458460

459461
### Maps
460462
There are four commonly used map implementations in Java: HashMap, TreeMap, LinkedHashMap, and Hashtable.

0 commit comments

Comments
 (0)