- Data Types and Variables - https://www.baeldung.com/java-primitives
- Access Modifiers - https://www.baeldung.com/java-access-modifiers
- If-Else
- Loops - https://www.baeldung.com/java-loops
- OOP Concepts - https://www.baeldung.com/java-oop
๐
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
~ Hibernate, Relational Persistence for Idiomatic Java | |
~ | |
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later. | |
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. | |
--> | |
<!DOCTYPE hibernate-configuration PUBLIC | |
"-//Hibernate/Hibernate Configuration DTD 3.0//EN" | |
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> |