#java
Read more stories on Hashnode
Articles with this tag
you can read this guide to get started and building things https://spring.io/guides/gs/securing-web/ Youtube resource to watch :...
A stream is an Object, type of data Stream and file streams are different You can use Stream once, cannot be using again after consumption import...
The word SOLID acronym for: Single Responsibility Principle (SRP) each class must perfom single functionality Open-Closed Principle (OCP) the...