File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Core Java Modules
2+
3+ This module contains modules about core Java
4+
15## Relevant articles:
26
37- [ Multi-Module Maven Application with Java Modules] ( https://www.baeldung.com/maven-multi-module-project-java-jpms )
Original file line number Diff line number Diff line change 1- =========
1+ ## Core Java Lang (Part 2)
22
3- ## Core Java Lang Cookbooks and Examples
3+ This module contains articles about core Java language
44
55### Relevant Articles:
6- - [ Java Primitives versus Objects] ( https://www.baeldung.com/java-primitives-vs-objects )
6+ - [ Java Primitives versus Objects] ( https://www.baeldung.com/java-primitives-vs-objects )
7+ - [[ <-- Prev]] ( /core-java-modules/core-java-lang )
Original file line number Diff line number Diff line change 1- =========
1+ ## Core Java Lang OOP (Part 2)
22
3- ## Core Java Lang OOP 2 Cookbooks and Examples
3+ This module contains articles about Object-oriented programming (OOP) in Java
44
55### Relevant Articles:
66- [ Generic Constructors in Java] ( https://www.baeldung.com/java-generic-constructors )
1313- [ Immutable Objects in Java] ( https://www.baeldung.com/java-immutable-object )
1414- [ Inheritance and Composition (Is-a vs Has-a relationship) in Java] ( https://www.baeldung.com/java-inheritance-composition )
1515- [ A Guide to Constructors in Java] ( https://www.baeldung.com/java-constructors )
16- - [ Static and Default Methods in Interfaces in Java] ( https://www.baeldung.com/java-static-default-methods )
16+ - [ Static and Default Methods in Interfaces in Java] ( https://www.baeldung.com/java-static-default-methods )
17+ - [[ <-- Prev]] ( /core-java-modules/core-java-lang-oop ) [[ More -->]] ( /core-java-modules/core-java-lang-oop-3 )
Original file line number Diff line number Diff line change 1- =========
1+ ## Core Java Lang OOP (Part 3)
22
3- ## Core Java Lang OOP 3 Cookbooks and Examples
3+ This module contains articles about Object-oriented programming (OOP) in Java
44
55### Relevant Articles:
66- [ Pass-By-Value as a Parameter Passing Mechanism in Java] ( https://www.baeldung.com/java-pass-by-value-or-pass-by-reference )
77- [ Access Modifiers in Java] ( https://www.baeldung.com/java-access-modifiers )
88- [ Guide to the super Java Keyword] ( https://www.baeldung.com/java-super )
99- [ Guide to the this Java Keyword] ( https://www.baeldung.com/java-this )
1010- [ Java Public Access Modifier] ( https://www.baeldung.com/java-public-keyword )
11- - [ Composition, Aggregation and Association in Java] ( https://www.baeldung.com/java-composition-aggregation-association )
11+ - [ Composition, Aggregation and Association in Java] ( https://www.baeldung.com/java-composition-aggregation-association )
12+ - [[ <-- Prev]] ( /core-java-modules/core-java-lang-oop-2 )
Original file line number Diff line number Diff line change 1- =========
1+ ## Core Java Lang OOP
22
3- ## Core Java Lang OOP Cookbooks and Examples
3+ This module contains articles about Object-oriented programming (OOP) in Java
44
55### Relevant Articles:
66- [ Guide to hashCode() in Java] ( https://www.baeldung.com/java-hashcode )
1313- [ The “final” Keyword in Java] ( https://www.baeldung.com/java-final )
1414- [ Type Erasure in Java Explained] ( https://www.baeldung.com/java-type-erasure )
1515- [ Variable and Method Hiding in Java] ( https://www.baeldung.com/java-variable-method-hiding )
16+ - [[ More -->]] ( /core-java-modules/core-java-lang-oop-2 )
Original file line number Diff line number Diff line change 1- =========
1+ ## Core Java Lang Syntax
22
3- ## Core Java Lang Syntax Cookbooks and Examples
3+ This module contains articles about core Java syntax
44
55### Relevant Articles:
66- [ The Basics of Java Generics] ( http://www.baeldung.com/java-generics )
1919- [ Ternary Operator In Java] ( https://www.baeldung.com/java-ternary-operator )
2020- [ Java instanceof Operator] ( https://www.baeldung.com/java-instanceof )
2121- [ Breaking Out of Nested Loops] ( https://www.baeldung.com/java-breaking-out-nested-loop )
22+ - [[ More -->]] ( /core-java-modules/core-java-lang-syntax-2 )
Original file line number Diff line number Diff line change 1- =========
1+ ## Core Java Lang
22
3- ## Core Java Lang Cookbooks and Examples
3+ This module contains articles about core Java language
44
55### Relevant Articles:
66
3838- [ Attaching Values to Java Enum] ( https://www.baeldung.com/java-enum-values )
3939- [ Variable Scope in Java] ( https://www.baeldung.com/java-variable-scope )
4040- [ Java Classes and Objects] ( https://www.baeldung.com/java-classes-objects )
41+ - [[ More --> ]] ( /core-java-modules/core-java-lang-2 )
Original file line number Diff line number Diff line change 1+ ## Core Java Networking (Part 2)
2+
3+ This module contains articles about core Java networking
4+
15### Relevant Articles
26
37- [ Checking if a URL Exists in Java] ( https://www.baeldung.com/java-check-url-exists )
48- [ Making a JSON POST Request With HttpURLConnection] ( https://www.baeldung.com/httpurlconnection-post )
59- [ Using Curl in Java] ( https://www.baeldung.com/java-curl )
610- [ Do a Simple HTTP Request in Java] ( http://www.baeldung.com/java-http-request )
711- [ Sending Emails with Java] ( http://www.baeldung.com/java-email )
12+ - [[ <-- Prev]] ( /core-java-modules/core-java-networking )
Original file line number Diff line number Diff line change 1- =========
2-
31## Core Java Networking
42
3+ This module contains articles about core Java networking
4+
55### Relevant Articles
66
77- [ Connecting Through Proxy Servers in Core Java] ( https://www.baeldung.com/java-connect-via-proxy-server )
1414- [ Guide to Java URL Encoding/Decoding] ( http://www.baeldung.com/java-url-encoding-decoding )
1515- [ Difference between URL and URI] ( http://www.baeldung.com/java-url-vs-uri )
1616- [ Read an InputStream using the Java Server Socket] ( https://www.baeldung.com/java-inputstream-server-socket )
17+ - [[ More -->]] ( /core-java-modules/core-java-networking-2 )
Original file line number Diff line number Diff line change 11## Core Java Performance
22
3+ This module contains articles about core Java performance
4+
35### Relevant Articles:
46- [ Verbose Garbage Collection in Java] ( https://www.baeldung.com/java-verbose-gc )
57- [ Different Ways to Capture Java Heap Dumps] ( https://www.baeldung.com/java-heap-dump-capture )
You can’t perform that action at this time.
0 commit comments