π Find the Intersection of Two Lines in Java
https://www.baeldung.com/java-intersection-of-two-lines
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-intersection-of-two-lines
β‘οΈ @JavaLearnZone
Baeldung
Find the Intersection of Two Lines in Java | Baeldung
A quick take on a Java solution for a simple math problem
π Jetty ReactiveStreams HTTP Client
https://www.baeldung.com/jetty-reactivestreams-http-client
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jetty-reactivestreams-http-client
β‘οΈ @JavaLearnZone
Baeldung
Jetty ReactiveStreams HTTP Client
Learn how to use the Jetty ReactiveStreams HTTP Client.
π Variable and Method Hiding in Java
https://www.baeldung.com/java-variable-method-hiding
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-variable-method-hiding
β‘οΈ @JavaLearnZone
Baeldung
Variable and Method Hiding in Java | Baeldung
Understand the concept of hiding of variables and methods in Java.
π[48H] Udemy - Object-Oriented Programming - From Basics to Advance (Java)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
Udemy
Object Oriented Programming - Basics to Advance (Java OOP)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
π[24H] Udemy - Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
Udemy
Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises
π[48H] Udemy - Java Programming: Complete Beginner to Advanced
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?couponCode=33754C1936280F38D5
β‘οΈ @JavaLearnZone
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?couponCode=33754C1936280F38D5
β‘οΈ @JavaLearnZone
Udemy
Java Programming for Complete Beginners
Learn Core Java Skills including the lastest version of Java (Java 22)
π Java equals() and hashCode() Contracts
https://www.baeldung.com/java-equals-hashcode-contracts
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-equals-hashcode-contracts
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java equals() and hashCode() Contracts | Baeldung
Learn about the contracts that equals() and hasCode() need to fulfill and the relationship between the two methods
π Display All Time Zones With GMT And UTC in Java
https://www.baeldung.com/java-time-zones
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-time-zones
β‘οΈ @JavaLearnZone
Baeldung
Display All Time Zones With GMT and UTC in Java | Baeldung
Take a look at displaying all time zones with GMT and UTC offsets.
π Create a File in a Specific Directory in Java
https://www.baeldung.com/java-create-file-in-directory
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-create-file-in-directory
β‘οΈ @JavaLearnZone
Baeldung
Create a File in a Specific Directory in Java | Baeldung
Learn how to create a file in a specific directory using absolute and relative file paths
π Convert Double to Long in Java
https://www.baeldung.com/java-convert-double-long
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-convert-double-long
β‘οΈ @JavaLearnZone
Baeldung
Convert Double to Long in Java | Baeldung
Explore various methods to convert from double to long in Java
π Static Nested Classes Java
//www.javacodegeeks.com/2021/01/static-nested-classes-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/01/static-nested-classes-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Static Nested Classes Java | Java Code Geeks - 2021
In Java, it is possible to define a class within another class. Class defined within another Class is called a Nested Class. Nested class is treated as a
π How to get current date time with Java 8
//www.javacodegeeks.com/2021/01/how-to-get-current-date-time-with-java-8.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/01/how-to-get-current-date-time-with-java-8.html
β‘οΈ @JavaLearnZone
Java Code Geeks
How to get current date time with Java 8 | Java Code Geeks - 2021
In this quick tutorial, we will see, how to get current date time using Java 8. Java 8 had come up with new set of classes for date and time under