Promotion
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
eGarmin
Random EN
8 August 2023 10:12
Web services. Step 1. What is a web service and how to work with it?
The topic title is really a question, because I myself do not know what it is and for the first time I will try to work with it within the framework of this article. The only thing I can guarantee is that the code below will work, however,
cerebellum
Random EN
8 August 2023 10:12
What is a reference data type
And so, in the course of studying the Java language, I can’t understand in any way what a reference type is and why it needs to be specified when declaring an instance of a class. With the class , for example, everything seems to be clear:
KapChook
Random EN
8 August 2023 10:12
Getting rid of loops in Java 8
The functional style introduced in Java 8 is a big addition to the language. Now Java is not pure OOP, now it is a hybrid of OOP and functional programming. This is a game changer and we need to change our OOP brains to accommodate these ch
Shoggy
Random EN
8 August 2023 10:12
10 articles every programmer should read
As a Java programmer and software developer, I have learned a lot from the many articles titled , they tend to provide a lot of useful and comprehensive information about a particular topic that is otherwise hard to find. In my quest for kn
Naissur
Random EN
8 August 2023 10:12
Running a Java Applet in a Browser
Good day, Javarash people! Today I decided to have at least the slightest idea of what the library is and ran into a problem when launching the first simple applet. Through it started, but in the browser it didn’t. At first the problem was
Sdu
Random EN
8 August 2023 10:12
JUnit for JavaRush or a bit about testing at home.
Tired of typing test data into the console dozens of times to check your task? Welcome under the cut, I'll tell you what you can do with it.
Helga
Random EN
8 August 2023 10:12
Why is NULL bad?
Here is a simple example of using NULL in Java: What is wrong with this method? It can return NULL instead of an object - that's what's wrong. Using NULL is a terrible practice in OOP and should be avoided at all costs. There are quite a fe
terranum
Random EN
8 August 2023 10:12
Regular Expressions in Java
A regular expression is a kind of pattern that can be applied to text (String, in Java). Java provides the package for regular expression matching. Regular expressions are very similar to the Perl programming language and are very easy to l
profeg
Random EN
8 August 2023 10:12
SynchronousQueue Example in Java - Solving Producer Consumer Problem
SynchronousQueue is a special type of BlockingQueue in which each insert operation must wait for a corresponding remove command in another thread, and vice versa. When you call on a SynchronousQueue, it blocks until another thread retrieves
KapChook
Random EN
8 August 2023 10:12
Translation: Top 50 interview questions by thread. Part 1.
The first part of the translation of the original article
timurnav
Random EN
8 August 2023 10:12
Issues with starting servlets
Hello, dear friends, At the suggestion of one very good person, I decided to master servlets, for this I was advised to install a tomcat and lift the server from it. for those who are interested, here are links to good articles on tomcat: s
FellowSparrow
Random EN
8 August 2023 10:12
Translation: Creating objects of type String in Java - use " " or constructor?
Original: By X Wang In Java, a string can be created using two methods:
Show more
1
...
88
89
90
91
92
...
175
Please enable JavaScript to continue using this application.