DEV Community

Java Series' Articles

Back to Ebenezer's Series
Java Main Method Explained: Understanding `public static void main(String[] args)` from Scratch
Cover image for Java Main Method Explained: Understanding `public static void main(String[] args)` from Scratch

Java Main Method Explained: Understanding `public static void main(String[] args)` from Scratch

3
Comments
6 min read
Understanding Java Constructors and Inheritance Through Simple Real-World Analogies
Cover image for Understanding Java Constructors and Inheritance Through Simple Real-World Analogies

Understanding Java Constructors and Inheritance Through Simple Real-World Analogies

5
Comments
4 min read
Java Runtime Polymorphism Explained: My Learning Journey with Method Overriding
Cover image for Java Runtime Polymorphism Explained: My Learning Journey with Method Overriding

Java Runtime Polymorphism Explained: My Learning Journey with Method Overriding

5
Comments
4 min read
Java for Beginners: Why Learn Java Instead of C, C++, C#, Python, or JavaScript?
Cover image for Java for Beginners: Why Learn Java Instead of C, C++, C#, Python, or JavaScript?

Java for Beginners: Why Learn Java Instead of C, C++, C#, Python, or JavaScript?

5
Comments 1
5 min read
Understanding Encapsulation in Java:Access Modifiers , Getters and Setters for Beginners
Cover image for Understanding Encapsulation in Java:Access Modifiers , Getters and Setters for Beginners

Understanding Encapsulation in Java:Access Modifiers , Getters and Setters for Beginners

5
Comments
2 min read
Beginner Approach for Removing the Duplicates from Array
Cover image for Beginner Approach for Removing the Duplicates from Array

Beginner Approach for Removing the Duplicates from Array

6
Comments
1 min read
Understanding Collections Framework in JAVA
Cover image for Understanding Collections Framework in JAVA

Understanding Collections Framework in JAVA

1
Comments
1 min read
What is Collections Framework ?What are the SubInterfaces in it ?What are the differences between them ?
Cover image for What is Collections Framework ?What are the SubInterfaces in it ?What are the differences between them ?

What is Collections Framework ?What are the SubInterfaces in it ?What are the differences between them ?

2
Comments
2 min read