Commit Graph

11 Commits

Author SHA1 Message Date
Shahul Basha
e0fa825655 Override Equals method improvement (#14446) 2023-08-20 08:25:42 +02:00
Vali Tuguran
ca952b8b87 BAEL-6225 Refactor code and move package. (#14132)
* BAEL-6225 Refactor code and move package.

* BAEL-6225 Move code to core-java-lang-oop-patterns.

* BAEL-6225 Refactor test name.

* BAEL-6225 Refactor test name.

* BAEL-6225 Update with singleton instances.
2023-07-24 08:47:07 +01:00
Shahul Basha
96eaaeda71 BAEL-6633 (#14356)
* Deep copy of Arraylist

* Deep copy of Arraylist

* Deep copy of Arraylist updated as per review

* Deep copy of Arraylist updated as per review

* Deep copy of Arraylist updated as per review
2023-07-05 14:24:57 +02:00
Shahul Basha
95bee7122a BAEL-6633 (#14308)
* Deep copy of Arraylist

* Deep copy of Arraylist

* Deep copy of Arraylist updated as per review
2023-07-04 14:35:53 +02:00
Dileesha Rajapakse
c900fff949 Add java interface single implementation examples (#13972) 2023-05-14 22:45:57 +05:30
Karthick S
a7f36e85dd package name - removed underscores 2021-05-13 11:06:09 +05:30
Karthick S
b488506e71 PR review changes 2021-05-08 12:56:53 +05:30
Karthick S
850103a852 PR review changes 2021-05-08 12:31:44 +05:30
Karthick S
262475f81c Interface vs Abstract Class in Java 2021-04-28 22:05:52 +05:30
dupirefr
c39e3a6a7d [JAVA-621] Added missing code
* https://www.baeldung.com/java-type-erasure introduction code

* https://www.baeldung.com/java-interfaces Electronic interface and Computer class

* https://www.baeldung.com/java-abstract-class BoardGame and Checkers classes

* https://www.baeldung.com/java-hashcode different ways of implementing hashCode

* https://www.baeldung.com/java-inheritance-composition ComputerBuilder and StandardComputerBuilder classes

* https://www.baeldung.com/java-equals-hashcode-contracts Renamed method to match article

* https://www.baeldung.com/java-static Renamed class to match article

* https://www.baeldung.com/java-nested-classes Renamed class to match article
2020-04-28 19:32:19 +02:00
dupirefr
42b0086080 [JAVA-621] Flattened modules hierarchy 2020-04-28 08:02:13 +02:00