How to create your first Java class
In this video from the "Introduction to Java programming" tutorial series, Java Developer Steve Perry will show you how to create your first Java class using the Eclipse IDE.
You'll use the Eclipse IDE to:
* Create a package
* Declare a class
* Use the JDK Logger class
* Generate code
* Create a JUnit test case, and
* Run an application
LINKS:
"Introduction to Java programming" (Series): http://ibm.biz/JavaIntroIBMDev
"Java 9+ modularity: Module basics and rules" (Tutorial): https://ibm.biz/BdqeBJ
JUnit: https://junit.org/junit5/
ATTRIBUTIONS:
* Some images are from Pixabay, and use the Creative Commons 0 license: see this link https://creativecommons.org/publicdomain/zero/1.0/deed.en for more information. Pixabay terms and conditions here: https://pixabay.com/en/service/terms/#usage
Build Smart. Build secure. Join a global community of developers at http://ibm.biz/IBMdeveloperYT
#Java
#IntroToJava