* added Enumertion and Iterator code example
* formatted the code
* formatted the code
* move code examples to other modules
* corrected the pkg name
* corrected the pkg name
* fixed compile time issue
Co-authored-by: Amit Kumatr <amit.kumar@fyndna.com>
* Add deep vs shallow copy Java.
* Refactor sheep names.
* BAEL-5733 Add infinity in java test.
* Removed test article code.
* BAEL-5733 Refactor unit test classname.
* Deep vs Shallow copy of an object in java
* update indentaions
* Create a BMI Caclualtor in Java
* Create a BMI Caclualtor in Java
* Delete unused packages
* BAEL-5708: Create a BMI Calculator in Java
* BAEL-5708: Create a BMI Calculator in Java
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* Deleting files from core-java-io
* BAEL-5767: Writing an ArrayList of Strings into a Text File
* Removed files from core-java-11-2
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5751 test commit for checkin builds
* BAEL-5751 compiled with java 8
* BAEL-5751 small update
* BAEL-5751 added the core code
* BAEL-5751 moved code to a different module
* BAEL-5751 using assertArrayEquals
* BAEL-5751 new line at the end of file
* BAEL-5751 test commit for checkin builds
* BAEL-5751 compiled with java 8
* BAEL-5751 small update
* BAEL-5751 added the core code
* BAEL-5751 moved code to a different module
* BAEL-5617 Handle classes with the same name in Java
code samples
* BAEL-5617 Handle classes with the same name in Java
update project module
* BAEL-5754 Convert a List of String to a comma-separated String
code samples
* BAEL-5754 update unit test class name
* BAEL-5754 update unit test methods naming
* BAEL-5754 update tests order so to reflect the article
* BAEL-5765 Adding scan a char unit tests
* BAEL-5765 updated class name as per the convention
* BAEL-5765 updated test cases naming strategy
* BAEL-5765 updated variable name
* BAEL-5692 Validate UUID String in Java
* cleaned up the Main method
* added unit test for uuid validation
* renamed unit test method name
* formatted unit test
* removed unneeded file
* replaced gradle by maven
* removed gradle project
* moved project
* added readme file
* segregated unit tests by validator type.
* inlined the validating logic inside the unit tests
* moved the UUIDValidatorTest.java to core-java-uuid module
* renamed test
Co-authored-by: andrei-mandris <andrei.mandris.ext@deliveryhero.com>