Promotion
CodeGym University
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Group
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
CodeGym
/
Java Blog
/
Core Java
Core Java
250 members
Leaderboard
Popular
New
Old
Artem Divertitto
Core Java
May 15, 2023 at 10:30 AM
Java LocalDate class
Java LocalDate class is immutable, which means once an instance is created, you cannot modify it. LocalDate provides many useful methods to manipulate and query dates, such as adding or subtracting days, months...
Alex Vypirailenko
Core Java
June 7, 2022 at 1:15 PM
Java Scope
We all know that countries have borders and their own laws. The laws of the country operate within the borders. Also in the country there are, for example, organizations, such as schools or museums, which have their own local rules. They don’t contradict the laws of the country...
Pavlo Plynko
Core Java
May 3, 2022 at 1:47 PM
Java Locale Class
It would be much easier if there were the same electrical outlets all over the world, the principle of writing numbers and dates. However, this is not yet the case, and programmers have to take this into account...
Pavlo Plynko
Core Java
October 5, 2020 at 11:15 AM
System.exit() in Java
The System class in Java contains fields and methods to handle the SystemOne of them is the System.exit () method used in the Java language when you need to terminate a program or rather JVM instance that is currently running. Any line inserted below the exit method...
Andrey Gorkovenko
Core Java
May 9, 2022 at 12:48 PM
Java Comments
Comments are the part of a program that’s not executed. The compiler simply ignores comments because they aren’t intended for it. They’re written in “human” language and are intended to explain the program...
Pavlo Plynko
Core Java
May 26, 2021 at 11:36 AM
Import Java Packages
What is a Package in Java? “A group of related classes, can be put together to form a package in Java.” In simple words, we can understand a package as a group of classes performing functions that are in harmony / related or aligned with each other...
Oleksandr Miadelets
Core Java
April 22, 2025 at 6:19 AM
NaN in Java
In Java, “NaN” stands for “Not a Number”. It is not a type of exception, rather surprisingly, the datatype of NaN is also a number. But often when novice programmers get it unintentionally, they further use it in their calculations. Hence, incompatible data types in Java...
1
2
Please enable JavaScript to continue using this application.