Tech World
Wednesday, 12 September 2018
Java 8: Iterate on HashMap
I am writing this simple post for demonstrating the handling of HashMap with Java 8.
Java 8 allows you to iterate on a HashMap with different tools.
Check below code.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
printf tricks - C Programming
Here I am trying to put some variations of printf statement in C language. These are not all, so lets share the other variations that you k...
SQL injection attack
SQL injection attack is one of the old attack. I found it interesting so giving short description on it. It is mainly related with web site...
Java 8: Using optional with nested objects
I am writing this blog for demonstrating the usage of Optional class in java8, with nested objects. Consider below the class structure, ...
No comments:
Post a Comment