Christmas Sale
CodeGym University
Learning
Courses
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
New
Lucy Oleschuk
Learning Java
23 January 2023 16:13
5 Tricks to Learn Java Quickly: Recommendations from Seasoned Programmers
As Java solidly remains one of the most widely-used coding languages out there, it’s a great skill to acquire if you want to start a career in programming. And there are more things that stand behind its perks and popularity. Java is a very...
Jesse Haniel
Java Interfaces
20 January 2023 15:25
Interface in Java
As you know, everything in Java consists of objects, and objects have state (fields) and behavior (defined by methods). The behavior of a class is what can bind it to other classes. Behavior can have different characteristics, and sometimes it can be more convenient to move it outside the class...
CodeGym University
shared an article
Random
30 July 2024 13:50
4 Hidden Advantages Of Learning to Code With a Mentor Based on CodeGym Students’ Feedback
Students usually like studying with a mentor because they have a fixed schedule and the opportunity to ask questions about things they don't understand. But there are also some non-obvious advantages of studying with a mentor...
Yuliia Tunik
CodeGym University
17 January 2023 15:35
Don't Be Afraid Of Mistakes and Find What Attracts You To Programming: 7 Tips From A CodeGym’s Mentor
Senior Java Developer and mentor Vadym Novakovskyi answers the most common beginners’ questions and tells how to study challenging topics without quitting halfway...
Lucy Oleschuk
CodeGym University in India
16 January 2023 13:13
The Best IT Companies for Junior Java Developers in India: Overview of Job Offerings and Internship Programs
India is one of the largest IT outsourcing hubs with a great number of big companies and rapidly emerging startups. Hence, a growing demand for IT professionals and Java developers in particular...
Aditi Nawghare
Methods in Java
11 January 2023 16:45
Java main() Method
The java main() method is the initial point of Java Virtual Machine (JVM). It is used to initiate the execution of a Java program. The main() method would probably be the first method you’ll learn when you start Java programming as it’s the essential...
Artem Divertitto
Strings in Java
11 January 2023 15:58
Java String equals()
Comparing objects for equivalence is one of the most important programming operations. However, for all its obviousness in the numeric world, it is not always clear how to compare other data types. Java Object class, a basic one, defines the equals() and compareTo() methods for comparison...
Yuliia Tunik
CodeGym University in India
11 January 2023 14:11
Does Java Have A Good Future Ahead? Video
We continue a series of videos with a career consultant at CG University Shubham Dumbre, in which he talks about training, job search, and career building. In this video, he explains how popular Java is and why developers and businesses choose it...
John Selawsky
Methods in Java
11 January 2023 12:26
Methods in Java
Hello again! In the last lesson we got acquainted with classes and constructors, and learned how to create our own. Today we will become better acquainted with methods, an essential part of classes. A method is a set of commands which allow you to perform a specific operation in a program ...
Lucy Oleschuk
Random
10 January 2023 16:47
What to Expect from Java Ecosystem? The prospects for Java Specialists in 2023
What 2023 holds for the tech industry and the Java world particularly? How demandable and rewarding will be Java devs’ work? What is happening in IT shpere and what can we do about it? These and many other acute questions...
Aditi Nawghare
Java Objects
10 January 2023 12:02
Wrapper Classes in Java
Hi! You are already well acquainted with primitive types, and have worked quite a bit with them. In programming (and Java in particular), primitives have many advantages: they use little memory (and thus make the program more efficient) and have a clearly delineated range of values ...
Volodymyr Portianko
Java Numbers
10 January 2023 10:00
Autoboxing and Unboxing in Java
In Java, a feature of primitives and their wrappers is autoboxing/unboxing. Let's dig into this concept. As we've already learned, Java is an object-oriented language. That means that all programs written in Java are made of objects.
Show more
1
...
22
23
24
25
26
...
72
Please enable JavaScript to continue using this application.