Update appNew update is available. Click here to update.
Last updated: Feb 15, 2022

Basics

Java is one of the most popular and widely used programming languages and platforms. A platform is an environment that helps to develop and run programs written in any programming language.Java is fast, reliable, and secure. However to become proficient in any programming language, one firstly needs to understand the basics of that language. Let us learn the basics concepts.
Introduction To Java EASY
The article aims to provide an overview of Java for beginners and those who want to refresh their knowledge and will cover various Java-related topics.
Is Java an Object-Oriented language?
In this article we have discussed whether java is an object oriented language or not.
Top 10 Best Java Compiler
In this article, we will discuss the Best Java Compilers that include some examples of IDEs that are available to run Java codes.
IntelliJ vs Eclipse
This article discusses the differences between IntelliJ and Eclipse and their features.
Transient Keyword in JAVA MEDIUM
In this article, we are going to learn about transient keyword in java. We will also discuss its syntax, benefits, its usage with Final and Static keyword.
Author jay_03
0 upvotes
Java vs. Python and C++
Highlight the key differences between Java, Python, and C++ in terms of syntax, speed, efficiency, and other related factors along with their use cases.
Setting up the environment
In this article, we will explain how to set up Java on different Operating Systems.
Java Development Kit(JDK)
This blog will cover all the aspects of JDK. It explains the concepts, features, and uses of JDK in Java application development.
JVM and Its architecture
In this blog, we will be explaining JVM and its architecture.
Difference between JDK, JRE and JVM MEDIUM
In this blog, we will discuss the differences between JDK JRE and JVM.
Just In Time Compiler
This blog will cover the Just In Time Compiler.
Difference Between JIT and JVM
Explain JIT and its working in brief. Highlight the key differences between JIT and JVM.
Java Standalone Application MEDIUM
In this article, we will learn what we mean by Java standalone applications and how we can create them.
Difference Between Byte Code and Machine Code
Study the relationship between Byte code and Machine Code to highlight their differences.
How and Why is Java Platform Independent? EASY
To understand what Platform independence means, how is it a feature of Java, what happens in other languages in C++, and Why is Java Not Completely Platform Independent.
Introduction to Keywords in Java
Explore the different keywords in Java and learn how to implement them.
Introduction to Variables
Learn about variables and how to use them in Java. Explore the different types of variables with examples.
Instance Variable in Java EASY
In this article, we will understand about the instance variable used in Java.
Introduction to Data Type
Today, we will learn about data types in java
Difference between Primitive and Non-Primitive Datatypes
In this blog, we will learn about different types of datatypes and what distinguishes them into Primitive and Non-Primitive Datatypes.
Difference between List and Set EASY
In this article, we will cover the difference between list and set and its property and implementation.
Constant
This article shall discuss the concept of constants in the Java programming language.
How to create immutable class in java
In this blog, we will discuss the term immutable, how to create an immutable class in Java, as well as some interesting examples. We will also discuss some more immutable classes in JDK and the benefits of immutable classes.
Java BigDecimal EASY
BigDecimal is a game-changer for accurate numerical calculations. Java provides BigDecimal, which is a class that provides operations on double numbers.
Java vs .Net
In this article, we are going to learn the difference between the java and .net language.
Java vs Ruby
This article introduces you to the concept of java and ruby along with a detailed java vs ruby comparison.
Scala and Java EASY
In this article, we will discuss Scala and Java, along with their features, differences, advantages, and disadvantages. We will also compare scala and java briefly on various parameters and with some basic codes.
What are Separators in Java EASY
In this blog, we will discuss about separators in java. We will start with discussing about java and its applications and then move to separators in java.
How to Remove Whitespace from a String in Java
This article discuss various methods to remove whitespaces in strings.
Converting Long to Int in Java EASY
In this article, we will briefly discuss long and int datatype. Then we will go through different ways to convert long to int in Java.
What is Integer.MIN_VALUE in java? EASY
This article will discuss what Integer min_value is in java.
What is the Difference Between Int and Integer in Java EASY
The article contains the difference between int and Integer in Java and some frequently asked questions.
Functional Interface in Java EASY
In this article, we will discuss about the functional interface in Java. We will understand how this can be implemented in Java and why to use it.
Methods To Print New Line In Java EASY
In this article, we will discuss new lines in Java. We will also discuss examples of methods to create a new line in Java.
System.out.println in Java MEDIUM
In this article, we will learn about the java system out println method. To know more, you can check the complete article.
Author Tisha
0 upvotes
Java Tokens MEDIUM
This blog will teach you about tokens in Java. You will learn about the types of tokens and understand their use cases, along with examples.
Java Varargs MEDIUM
In this article, we will discuss java varargs. We will also discuss examples of java varargs with proper output.
Learning The Difference Between Java And JavaScript EASY
In this article, we will discuss the difference between java and javascript.
What is Public Static Void Main String Args? EASY
In this article, we will discuss public static void main string args in detail.
Convert char to string in Java EASY
In this article, we will learn how to convert char to string in java.
Java Lambda Expression EASY
In this article, we will look into java 8 lambda expressions in a detailed manner with lambda functions and their examples.
isDigit Java EASY
In this article, we will discuss the isDigit function provided by Java. We will also look at examples and use cases of the isDigit function.
String Manipulation in Java EASY
This blog explains the details of string manipulation in java.
Converting Long to String in Java EASY
In this article, we will learn how to convert a Long to String in java. We will understand the need and various methods to convert a long to a string in Java.
Introduction to Set Interface in Java EASY
This blog will discuss set collection in Java. We will further discuss how to use the set and implement various types of operations of set collection in Java.
Serialization and De-Serialization in Java MEDIUM
In this article, we will cover Serialization and Deserialization in java, their properties, the advantages of serialization, and its implementation.
Data Types And Identifier In Java EASY
In this article, we will discuss about the data types and identifiers in java.
Types of collections in Java EASY
This blog explains the details of types of collections in Java.
What is Servlet in Java MEDIUM
This article incorporates the Java servlet in detail.
Difference Between Servlet and JSP EASY
JSP and Servlet are both Java technologies that serve different purposes. This article will explore the difference between JSP and Servlet, their properties, and their uses.
Access Modifiers in Java MEDIUM
Java Access Modifiers are private access modifier, default access modifier, protected access modifier and public access modifier.
Learn Core Java Programming For Free With Coding Ninjas
In this blog, we will discuss how to learn core java programming for free with coding ninjas and what syllabus will be covered in this course.
Checked Exception Vs Unchecked Exception In Java EASY
In this blog, we will learn about the Checked Exception Vs Unchecked Exception In Java.
Working with Multiple Java Versions on Linux MEDIUM
In this blog, we will discuss how to work with multiple java versions on Linux.
Java Verify EASY
In this blog, we will understand about how to verify the Java version. We will understand the different ways to verify the version.
Understanding This and Final Keywords in Java EASY
In this blog, we will discuss this and the final keywords in java in deep detail with various examples.
How to get started with Deep Java Library? MEDIUM
In this blog, we will discuss deep java library. We will further discuss how to setup and use the deep java library.
Finalize() Method in Java MEDIUM
In this blog, we will discuss the finalize method in java along with the syntax, advantages, and disadvantages.
Non Primitive Data Types in Java EASY
In this article, we will discuss data types in Java and further we will learn about Non Primitive Data Types in Java and their implementation.
hashCode() in Java EASY
In this article, we will discuss hashcode() in Java with its types and implementation. We will also discuss hashcode properties and their uses.
Method Signature in Java MEDIUM
In this blog, we will learn about method signature in Java along with the need for method signature, examples, and code.
Leap Year Program in Java EASY
In this blog, we will be writing a leap year program in Java that takes a year as input and determines whether that year is a leap year or not.
Author Vikash
0 upvotes
Runnable Interface in Java MEDIUM
In this article, we will discuss the Runnable interface in Java. We will also discuss how to use it and the advantages and disadvantages associated with it.
Difference between Callable and Runnable MEDIUM
In this article, we will discuss the difference between callable and runnable interfaces in detail.
Applet Life Cycle in Java MEDIUM
In this blog, we will about applets in Java, then we will see the complete life cycle in which applets are loaded, initialized, and executed.
Author Vikash
0 upvotes
Difference Between Applet and Application MEDIUM
In this blog, we will learn about the difference between applet and application and some frequently asked questions.
Go on top