Community driven content discussing all aspects of software development from DevOps to design patterns. If you want to master functional programming, the best place to start is with the Java Function ...
PeopleSoft has some stuff which is really good to explore and learn. But they are kept far from the reach of normal developers, and it is often very tough to appreciate the importance of it. One such ...
There are only half a dozen classes you really need to master to become competent in the world of functional programming. The java.util.function package contains well over 40 different components, but ...
What’s strange about Java? Every programming language has its quirks and Java is no different. In this post, I present one of Java’s oddities, which was introduced to this language in the Java 8 ...
Obviously that doesn't compile, but I hate to make a file FooType.java with just the 5 lines above in it. Obviously that doesn't compile, but I hate to make a file ...
O projeto consiste na implementação de um simples cadastro de Vendedores e seus respectivos Departamentos usando Java e o JDBC para o acesso ao Banco de Dados. Foram usados dois padrões de projeto: o ...