Category Java

Java SE

This post is about Java SE. Java SE platform is an specification that can have multiple implementations. You can read this post about Java platforms. Java SE Implementations There are different implementations of this platforms of Java SE by different…

Jakarta EE

Jakarta EE, formerly known as Java EE, is a Java platform specification that allows multilayer architecture and that is aimed to enterprises. Java EE was initially developed by Oracle. When development was handed to Eclipse Foundation it had to change…

NetBeans

NetBeans is a IDE for Java. As of 2023, it is maintained by Apache. Things you need to Configure when creating a Project in NetBeans Setting the License Header of Source Code Files Right click on the project, select “Properties”…