Hello coders, I am back with a new article series called Exploring Java. Here I am basically going to take java concepts and explain them one at a time and show you how and when to you them. I’ll try to keep the articles short and simple for you to grasp the core easily.
Category Archives: Coding
Java OOP Concepts : Abstraction
Hello coders, I am back with another new article in my Java OOP Concepts article series. The concept that I’m going to elaborate today is called Abstraction.
Java OOP Concepts – Polymorphism
Hello fellow coders, I am back with another article in our Java OOP concepts article series. We learned about Inheritance in the earlier article. Today, we are going to learn about a concept called polymorphism that is also associated with Inheritance.
Java OOP Concepts : Inheritance
Hello coders, I am back with another article about Java OOP concepts. Today, I am going to be explaining about Inheritance concept.
Java OOP Concepts – Encapsulation
Today, I am going to start a new article series regarding Java OOP Concepts. To start this off, I would like to discuss Encapsulation in this article.
IPL 2020 Team Review : CSK
Today I am going to start the article series off with a review about Chennai Super Kings (CSK).
Must Know Concepts About Designing APIs
I am going to talk you through from the basic explanation of what an API is to all the things I find important that are not being discussed often.
TreeMaps – Java Collections Framework
If you want to save a sequence of key/value pairs and if you want them ordered by the key, what would be your ideal option? Don’t have an idea? Don’t worry. Let’s talk about that today.
HashMaps – Java Collections Framework
Hello coders, I am back with a new article in my Java Collections Framework article series. Today, I am going to discuss about HashMap class in Java. HashMap extends the Map interface in Java
Set Interface – Special Article 02
Hello fellow coders, I am back with my second article of our Java Collections Framework article series. I am dedicating this special article to point out important points about the Set interface.
TreeSets – Java Collections Framework
Hello coders, I am back with another article in my Java Collections Framework article series. Today I am going to discuss our 3rd and final class that implement the Set Interface which is TreeSet class. TreeSet is quite similar to the HashSet class we talked about earlier.
LinkedHashSets – Java Collections Framework
Hello coders, today I am going to talk about another class that implements the Set interface in Java called LinkedHashSet.
HashSets – Java Collections Framework
Hello guys, I am back with our 4th article in my article series regarding the Java Collections Framework. Today I am going to educate you guys about the HashSet class in Java.
What is Video Encoding, Decoding and Transcoding?
Hello coders, today I am going to talk about what is encoding and decoding videos mean. If you have heard about encoding, decoding and codes but have never gone on to find out what it was, let me do it for you
List Interface – Special Article 01
Hello guys, as I promised you, today I am bringing you a special article about List Interface in Java. Since we have covered all 3 classes that implement List interface in Java Collections Framework, I thought of giving you guys kind of a summary to help to memorize the concepts better.
Vectors – Java Collections Framework
Hello guys, I am back with my 3rd article in this Java Collections Framework article series. Today, I am going to talk about a class you may not have heard about that often. It is called Vector.
LinkedLists – Java Collections Framework
I am back with the 2nd article in my Java Collections Framework article series. Today, I am going to talk about LinkedLists in Java.
Java Fundamentals – Part 04
Today, I am going to talk about Iterations in Java language.
Arraylists – Java Collections Framework
Hello guys, welcome to my new article series where I am going to discuss Java Collections Framework. To start it off, today I am going to talk about Arraylists in Java.
Java Fundamentals – Part 3
I am back with the 3rd article of Java Fundamentals article series. Today, I am going to talk about Selections in Java.
Java Fundamentals – Part 1
I am going to start things off by discussing Variables and Operators in Java.
What is DirectX?
If you ever have installed a game on your pc by yourself, you know that we need something called DirectX as a requirement. Have you ever wondered what that is?
What is the difference between ICT and IT?
Today, I am going to talk about the difference between ICT and IT
The Types of Hackers
Today, I am going to talk about the types of hackers in the tech world
What is the difference between an URL and URI?
Today, I am going to explain the difference between an URL and URI