powershell

Register-DnsClient

Register-DnsClient is accessible with the help of DnsClient module. To configure DnsClient, go through this link. Synopsis Registers all of the IP addresses on the computer onto the…

Java dev

Problem solving with streams in Java Collections

After streams being introduced in a major release most of the operations on collections are eased also at the same time its bit tricky and…