Christmas Sale
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Butt-kicking schedule
Internship
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Articles
Reviews
About us
CS50
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
You must belong to more groups
Create article
All groups
New
Viacheslav
Random EN
8 August 2023 10:19
Autopacking and unpacking in Java
Introduction
The programming language, like the language people speak, lives and changes, new phenomena appear in it to make the language more convenient to use. And as we know, the language should conveniently express our thoughts.
Viacheslav
Random EN
8 August 2023 10:19
return statement in Java
As we know, the Java language is an object-oriented programming language. That is the basic concept, because to say the foundation of the foundations, is that everything is an object. Objects are described using classes. In turn, classes ha
Galina
Random EN
8 August 2023 10:19
Interview experience
I interviewed with an American company that has offices in St. Petersburg, Saratov, Kharkov, Poland, and, well, in the Silicon Valley of California. Lots of Russians there. I was assigned a technical interview for a position . I was prepari
Сергеев Виктор
Random EN
8 August 2023 10:19
idea hot keys
Usually in posts like this, people take documentation from JetBrains and just throw out all the hotkey combinations indiscriminately. Yes, I also kept such pages in bookmarks, and yes, I also did not open them again. But we will go our own
Nikita Koliadin
Random EN
8 August 2023 10:19
Markdown
Good day, colleagues! After a long journey of training, everyone wants to show the employer their fruits, and show them only from the best, professional side, right? I think yes. Therefore, in addition to a properly designed and implemented
Antoni
Random EN
8 August 2023 10:19
Technique "tomatoes"
I would like to share one good time management technique that is great for programmers and other IT people. It's called (variants are the Pomodoro technique, the tomato technique, and so on), and I found it in the book The Programmer's Way.
Эллеонора Керри
Random EN
8 August 2023 10:19
IT companies in Moscow
According to the statistics we have collected over the years of the project's existence, JavaRush students begin to actively think about their future work around the middle of the course. If you have already come close to this line, you wil
Viacheslav
Random EN
8 August 2023 10:19
Assignment and Initialization in Java
The main purpose of computer programs is data processing. To process data, you need to store it somehow. I propose to understand how data is stored. are containers that store some kind of data. Let's take a look at Oracle's official Tutoria
Jesse Haniel
Random EN
8 August 2023 10:19
keyword this {in examples}
At JavaRush, students are introduced to the keyword literally from the first lectures . And over time it becomes clear what it means. But many, looking back, will probably honestly say to themselves that for a long time they could not reali
Viacheslav
Random EN
8 August 2023 10:19
Comments in Java: not so simple
- it would seem that it could be easier, and why write an entire article here. But it's not all that simple. As my boss used to say, anyone can write code, but it's hard to write a good commentary. Most language courses start with the tradi
Евгений Гродно
Random EN
8 August 2023 10:19
JUnit part II
start here -> I also want to show you how the method works - if this method is called, the test will fail. It is convenient if other class methods cannot check for us. Suppose we need to prohibit accepting . Let's try to do this on the cons
Евгений Гродно
Random EN
8 August 2023 10:19
JUnit part I
Briefly about why we need this beast? is a framework for automatically testing your good code. You can say: - why do I need these swings, I can easily and simply test my good Java code. You can write a lot of introductory lyrics, but I'm no
Show more
1
...
8
9
10
11
12
...
176
Please enable JavaScript to continue using this application.