One of the most welcome changes in Java 8 was the introduction of Lambda Expression and Method Reference In java 8.. Method references in java are a special type of lambda expressions. because they’re often used to create simple lambda expressions…
Month: January 2020
Manual login user by Email Id in Laravel.
This blog is to help you manually login by using a URL with get parameters. As this practice is not secured and can be taken advantage by hackers so use it on your own risk. To make it a bit…