Promotion
CodeGym University
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Authors
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
John Selawsky
Senior Java Developer and Tutor at
LearningTree
Write a message
A senior Java developer and Java tutor at Learning Tree International programming courses. Sometimes I write some stupid programming stuff about Java. 7 years experience of Java/J2EE development. In Java We Trust.
Author's articles
John Selawsky
Random
April 9, 2025 at 3:39 PM
Java Multidimensional Array
So, multidimensional arrays in Java? They're your go-to when a plain old list won't cut it—think game boards, spreadsheets, or math grids. They're arrays of arrays, stacking data into rows and columns
John Selawsky
Loops in Java
April 2, 2025 at 3:29 PM
Java Nested Loops
Java, like most other programming languages, supports nested loops. This means just a loop within a loop. In this article, we are going to find out about how to work with nested loops in Java...
John Selawsky
Java Classes
February 19, 2025 at 3:16 PM
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...
John Selawsky
Inheritance in Java
February 15, 2025 at 12:27 PM
Java super Keyword
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?..
John Selawsky
Java Classes
February 12, 2025 at 8:32 AM
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...
John Selawsky
Statements in Java
January 12, 2025 at 2:09 PM
IF ELSE Java Statements
An if else statement in Java is a conditional statement. Java uses conditions just like mathematics, allowing comparisons that yield Boolean results. So you can test inputs to see how they compare to a static set of values that you specify. Because the result is Boolean, there are only two possible results...
John Selawsky
Java Algorithms
January 9, 2025 at 9:00 AM
Bubble Sort Java
In this article the bubble sort algorithm is described. It is the easiest sorting algorithm to learn, so every software developer knows it. This algorithm is usually used for learning purposes or you may get it as a task in your Java Junior Interview. Bubble sort algorithm is very easy to understand, however it is not...
John Selawsky
Strings in Java
January 1, 2025 at 12:04 PM
Java String contains() Method
This function is specially designed to check if a string ‘contains’ another string or not. If you’re new to this you might end up using it to find a ‘character’. But it won’t serve the purpose. In this article, we’ll address how java.lang.String.contains() is used, implemented...
John Selawsky
Java Numbers
December 25, 2024 at 8:35 AM
How to Convert Long to Int in Java
In this article we are going to explain how to convert long to int in Java and write some code examples. Since long is a larger data type than int, here we should use type casting for such conversion...
John Selawsky
Strings in Java
December 23, 2024 at 12:53 PM
Java String replace() Method
What are the common replace() methods of String class in Java? The String class provides four different kinds of replace() methods in Java. Each of the methods addresses a specific use case. Their names are listed below...
John Selawsky
Java Collections
December 21, 2024 at 8:49 AM
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.”...
John Selawsky
Learning Java
December 2, 2024 at 10:22 PM
Junior → Senior. How Many Years Do You Need to Become a Senior Java Developer
As you may know by now, traditionally in the tech industry developers are divided into four gradations based on their qualification levels: Junior, Middle, Senior and Team Lead. Or five, if you include coding Interns as the lowest-ranked...
Show more
1
2
3
4
Please enable JavaScript to continue using this application.