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
John Selawsky
Java Developer
23 March 2022 12:01
How to update the value of an existing key in HashMap
You know that there is always a key and a value in HashMap or any other Map. Key is called a key for a reason, because you get the access to values by the key. The key is unique...
CodeGym
Random
22 March 2022 15:16
IT News Digest #7: Java takes an unexpected leap forwards, Okta hack puts thousands of businesses on high alert, Oracle Cloud Infrastructure Launches New Services
Last week in news: new features and updates for Spring Framework and OpenJDK, what's happening with Java in 2022...
John Selawsky
Java Developer
18 March 2022 15:16
Java.lang.Integer Class
Java data types can be conditionally divided into two blocks: primitive and reference (classes). There are several primitive data types in Java, such as integers (byte, short, int, long), floating point numbers (float, double), logical data...
CodeGym
Java Developer
17 March 2022 10:32
Documenting Your Code. Best Tools For Technical Writing and Software Documentation
Writing software documentation plays an integral role in the work of a programmer. As they say, if it isn’t documented, then it doesn’t exist, and in the most cases, documenting your code in a proper manner is as important...
CodeGym
Random
15 March 2022 16:17
IT News Digest #6: Google buys cybersecurity company Mandiant for $5.4 billion, why tech's Great Resignation may have only just begun, what's going on in the Java world
Last week in news: Google has open-sourced the Java Source code for Google App Engine Standard, why developers have become...
Aditi Nawghare
Java Developer
13 March 2022 14:25
Method Overriding in Java
Hi! You're already using Java methods and know a lot about them. You've probably faced the situation where one class has many methods with the same name but different parameters. You'll recall that in those cases we used method overloading. Today we're considering another situation ...
Lucy Oleschuk
Random
11 March 2022 10:10
Top 11 Auxilary Tools for Software Development Teams to Boost Productivity
Everyone wants to get more done in less time. And when it comes to software development, not only frameworks like Spring or various testing tools can boost your productivity. From automation to reducing friction, many other...
CodeGym
Random
8 March 2022 15:36
IT News Digest #5: What is known about JDK 18 and JDK 19, how Russia's invasion of Ukraine threatens the IT industry, Samsung confirms hackers stole Galaxy source code
Last week in news: new tools for Java code compilation & visualization, women stopped leaving IT thanks to remote working, cyber attacks on Ukraine...
John Selawsky
Java Developer
7 March 2022 12:34
Java floor() method
A floor function which is also known as the greatest integer function in maths takes a real number “x” as an input. It returns the greatest integer that is less than or equal to input number x. It is normally denoted as floor(x) or ⌊x⌋. It is used...
CodeGym
Java Developer
7 March 2022 10:54
Reading Code, Debugging, Learning New Tech. Most Annoying Parts of Programmer’s Work and How to Fix Them
Here at CodeGym, we mostly talk about the good sides of being a programmer and working in software development. And rightfully so, as programming can be a great...
John Selawsky
Java Developer
7 March 2022 8:49
HashMap getOrDefault method in Java
What is the getOrDefault method for HashMaps in Java? “The getOrDefault method returns the value mapped to the specified key in a HashMap. If that key is not present then a default value is returned.”...
Artem Divertitto
Java Developer
7 March 2022 8:40
Java Math abs() method
What is the absolute value function in Mathematics? In mathematics, the absolute value of a number is equal to the positive value of the number passed.The absolute value function ignores the sign and returns the value without it...
Show more
1
...
20
21
22
23
24
...
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.