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
New
MaGaby2280
Success Stories
23 April 2020 22:57
Total beginner!
Starting to learn Java for a complete beginner! It is really nice to be able to share my experience with all of you, who are just starting to learn JAVA. For me, this was a new world, as I graduated in International Relations and Foreign Trade. But as a stay at home mother, I was looking for an opportunity to start making...
CodeGym
Java Developer
23 April 2020 11:38
Java and Big Data: why Big Data projects can't do without Java
In our articles on CodeGym, we never tire of mentioning that Java, which is 25 years old now, is enjoying renewed popularity and has brilliant prospects in the near future. There are several reasons for this. One of them is that Java is the main programming language in several trending IT market niches...
CodeGym
Java Developer
17 April 2020 17:23
Java and the Internet of Things. How do you become a successful IoT developer?
The Internet of Things (IoT) has been around as a concept for quite some time — this is not the first year it has been featured on a list of trending niches with a promising future. Along with big data, AI, and several other popular...
CodeGym
Learning Java
16 April 2020 19:02
Is Java good for learning as a first language? Let's explore possibilities and talk about pitfalls
What programming language should you use when you start learning how to code? This is a classic question that has been an eternal dilemma for future coders. Well, since about the 1990s in the West and from the mid- to late...
Roman B.
Core Java
8 April 2020 10:55
Logging: what, how, where, and with what?
Hello everyone in the CodeGym community! Today let's talk about logging: what it is, why it exists, when you should use it, when you should avoid it; what logging implementations are available in Java, and what you should do with all these logging options. And log levels. We'll discuss what appender is...
John Squirrels
CodeGym
3 April 2020 9:56
Spring sale on CodeGym: discounts are as good as vitamin C
Hey! Did you know that a good mood and activities for your own pleasure may boost your immune system? Let’s bring you some good news and say that the season of really cool discounts has started on CodeGym. Until April 17th, you can get an annual subscription at 50% OFF...
Viacheslav
Multithreading in Java
2 April 2020 11:51
Better together: Java and the Thread class. Part VI — Fire away!
Threads are an interesting thing. In past reviews, we looked at some of the available tools for implementing multithreading. Let's see what other interesting things we can do. At this point, we know a lot. For example, from "Better together: Java and the Thread class. Part I — Threads of execution", we know that...
Viacheslav
Multithreading in Java
1 April 2020 11:10
Better together: Java and the Thread class. Part V — Executor, ThreadPool, Fork/Join
So, we know that Java has threads. You can read about that in the review entitled Better together: Java and the Thread class. Part I — Threads of execution. Let's take another look at the typical code...
Viacheslav
Multithreading in Java
31 March 2020 15:53
Better together: Java and the Thread class. Part IV — Callable, Future, and friends
In Part I, we reviewed how threads are created. Let's recall one more time. A thread is represented by the Thread class, whose run() method gets called. So let's use the Tutorialspoint online Java compiler and execute the following code...
Viacheslav
Multithreading in Java
30 March 2020 9:43
Better together: Java and the Thread class. Part III — Interaction
A brief overview of the particulars of how threads interact. Previously, we looked at how threads are synchronized with one another. This time we will dive into the problems that may arise as threads interact, and we'll talk about how to avoid them. We will also provide some useful links for more in-depth study...
Viacheslav
Multithreading in Java
27 March 2020 10:19
Better together: Java and the Thread class. Part II — Synchronization
So, we know that Java has threads. You can read about that in the review entitled Better together: Java and the Thread class. Part I — Threads of execution. Threads are necessary to perform work in parallel. This makes it highly likely...
Viacheslav
Multithreading in Java
26 March 2020 18:18
Better together: Java and the Thread class. Part I — Threads of execution
Multithreading was built into Java from the very beginning. So, let's briefly look at this thing called multithreading. We take the official lesson from Oracle as a reference point: "Lesson: The "Hello World!" Application". We'll slightly alter...
Show more
1
...
55
56
57
58
59
...
70
Please enable JavaScript to continue using this application.