Promotion
CodeGym University
Learning
Course
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Java Blog
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
You must belong to more groups
Create article
All groups
All groups
Cities
Countries
Companies
Universities
Technologies
General
New
Popular
New
Old
Artem Divertitto
Java Developer
28 January 2022 11:50
How refactoring works in Java
As you learn how to programming, you spend a lot of time writing code. Most beginning developers believe that this is what they will do in the future. This is partly true, but a programmer's job also includes maintaining and refactoring code. Today we're going to talk about refactoring...
Artem Divertitto
Java Developer
27 January 2022 9:51
Java Type Casting
What is Type Casting in Java? A data type is a predefined set of values that specify the type of values that can be stored in it along with the operation that can be carried out on them. The Java Type Casting is a process by which one data type is converted to another...
Lucy Oleschuk
Random
26 January 2022 9:05
How To Keep The Learning Path Without Losing Motivation?
For sure, learning to code isn’t an easy process, and it’s normal to feel stuck or frustrated along the way...we’ve all been there. And if you feel that you’re having a hard time staying motivated, there are some...
John Selawsky
Java Developer
26 January 2022 8:32
Java.util.Date Class
What is java.util.Date Class? The java.util.Date class provides the date and time in java. This class provides constructors and methods to use the current date and time. To use this class in your code you...
Oleksandr Miadelets
Random
24 January 2022 12:22
IntelliJ IDEA: Coding style and code formatting
A programming language is very similar to a spoken language. The only difference is that it is a special language whose main purpose is to facilitate communication with a computer in order to explain to the computer what we want it to do. But you can't have a personal conversation with a computer...
Artem Divertitto
Java Developer
21 January 2022 8:06
Thread.sleep() Method in Java
In Java programs, there are situations when a thread is executing too fast or the program needs to switch to another thread. To do this, you need to suspend the execution of the current thread. In Java, this can be done using the...
Artem Divertitto
Java Developer
20 January 2022 12:50
Java Regex - Matcher
A regular expression or regex is a sequence of characters that form a pattern. When you are searching for any data you can use this specialized pattern to find matching strings. It can be as simple as a single character or it can be a more...
Stas Pasinkov
Java Developer
20 January 2022 10:05
An explanation of lambda expressions in Java. With examples and tasks. Part 2
If you don't fit one of these categories, you might find this article boring, flawed, or generally not your cup of tea. In this case, feel free to move on to other things or, if you're well versed in the subject, please make suggestions in the comments...
Lucy Oleschuk
Random
18 January 2022 13:48
How to Complete your Java Learning and Get a Job? The best Tips and Hints by Those Who Succeeded
You don't necessarily need to be a genius, have a programming background, or be in the pride of youth to start a career in programming. If you're willing to learn...
CodeGym
Random
18 January 2022 10:57
IT News Digest #1: Java plans for 2022, top skills for developers, the skyrocket of mobile apps, and the surge in cyber attacks
As a soon-to-be professional developer, you should stay up to date with the major news in IT & Tech. That’s why we decided to help you dive into current IT affairs :) This is the first CodeGym news digest, where you’ll find...
John Selawsky
Java Developer
14 January 2022 12:27
Super keyword in Java
The super keyword is used in different situations. Before getting started with this post we encourage you to learn about inheritance in Java for a better understanding. What is the super keyword in Java?..
Alex Vypirailenko
Java Developer
13 January 2022 9:12
Java double keyword
The Java double keyword, as in any other language, indicates a computer format for representing a floating point number, occupying 64 bits, or 8 bytes, in memory. In this article we are going to talk...
Show more
1
...
22
23
24
25
26
...
61
This website uses cookies to provide you with personalized service. By using this website, you agree to our use of cookies. If you require more details, please read our
Terms and Policy
.
Accept and close
Please enable JavaScript to continue using this application.