Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java Programs
2.1k+ articles
java-basics
310+ articles
Java-Library
66 articles
Java-Object Oriented
58 articles
java-inheritance
44 articles
Java-Constructors
43 articles
access modifiers
11 articles
Java-final keyword
8 articles
Java-keyword
20 posts
Popular Articles
Recent Articles
Java Atomic vs Volatile vs Synchronized
Last Updated: 11 January 2025
In Java, multithreading can lead to challenges related to thread safety and data consistency. Java provides concurrency mechanisms like Atom
...read more
Java
Difference Between
Java-keyword
Picked
Access Super Class Methods and Instance Variables Without super Keyword in Java
Last Updated: 25 November 2022
A class describes the property and the attributes of the object. A class contains mainly includes the following components.Modifiers: The ke
...read more
Java
Technical Scripter
Java Programs
Java-keyword
Technical Scripter 2020
Usage of Enum and Switch Keyword in Java
Last Updated: 28 February 2022
An Enum is a unique type of data type in java which is generally a collection (set) of constants. More specifically, a Java Enum type is a u
...read more
Java
Java-keyword
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java Programs
2.1k+ articles
java-basics
310+ articles
Java-Library
66+ articles
Java-Object Oriented
58+ articles
java-inheritance
44+ articles
Java-Constructors
43+ articles
access modifiers
11+ articles
Java-final keyword
8+ articles
var keyword in Java
Last Updated: 22 April 2023
The var reserved type name (not a Java keyword) was introduced in Java 10. Type inference is used in var keyword in which it detects automat
...read more
Java
Java-keyword
Using the super Keyword to Call a Base Class Constructor in Java
Last Updated: 05 May 2021
We prefer inheritance to reuse the code available in existing classes. In Java, Inheritance is the concept in which one class inherits the p
...read more
Java
java-inheritance
Java-Constructors
Java-keyword
Difference between volatile and transient keywords in Java
Last Updated: 16 August 2020
Just like any other programming language, Java has a set of keywords which are reserved and have a special meaning. In this article, we will
...read more
Java
Difference Between
Java-keyword
Protected Keyword in Java with Examples
Last Updated: 08 January 2024
Access modifiers in Java help to restrict the scope of a class, constructor, variable, method, or data member. There are four types of acces
...read more
Java
access modifiers
Java-keyword
Java Keywords
Last Updated: 17 April 2025
In Java, keywords are the reserved words that have some predefined meanings and are used by the Java compiler for some internal process or r
...read more
Java
Java-keyword
Java return Keyword
Last Updated: 02 January 2025
return keyword in Java is a reserved keyword which is used to exit from a method, with or without a value. The usage of the return keyword c
...read more
Java
Java-keyword
static Keyword in Java
Last Updated: 04 January 2025
The static keyword in Java is mainly used for memory management. The static keyword in Java is used to share the same variable or method of
...read more
Java
Java-Library
Java-keyword
abstract keyword in java
Last Updated: 02 April 2024
In Java, abstract is a non-access modifier in java applicable for classes, and methods but not variables. It is used to achieve abstraction
...read more
Java
Java-Object Oriented
Java-keyword
strictfp keyword in java
Last Updated: 21 March 2024
In Java, the strictfp is a modifier that stands for strict floating-point which was not introduced in the base version of Java as it was int
...read more
Java
Java-Library
Java-keyword
Super Keyword in Java
Last Updated: 17 April 2025
The super keyword in Java is a reference variable that is used to refer to the parent class when we are working with objects. You need to kn
...read more
Java
Java-keyword
final Keyword in Java
Last Updated: 05 April 2025
The final Keyword in Java is used as a non-access modifier applicable to a variable, a method, or a class. It is used to restrict a user in
...read more
Java
java-basics
Java-keyword
final variables in Java
Last Updated: 23 February 2024
In Java, we can use final keyword with variables, methods, and classes. When the final keyword is used with a variable of primitive data typ
...read more
Java
Java-keyword
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !