Articles 8
sonia jessica
sonia jessicaJune 21, 2022, 3:34 a.m.
Java Array Programs Arrays in java: An array is the basic Data Structure that contains items of similar data types. There is always an ordering amongst the position of the element. …
Рина Сергеева
Рина СергееваDec. 27, 2018, 1:53 a.m.
A little about memory leaks and ways to avoid them What is memory Leaks in Android development ? The application creates objects, they lie in memory and can not clean out after the completion of its work. Why is this happ…
Рина Сергеева
Рина СергееваNov. 28, 2018, 1:58 p.m.
Several ways to synchronize processes and threads in Java I propose to consider several ways to synchronize threads and processes that are most commonly used in Java. They differ in implementation and use cases. We will consider all methods on interest…
Comments 0
Nothing found
Forum topics 4
Vladimir Sergeevich
Vladimir SergeevichAug. 9, 2023, 7:20 a.m.
Некорректная работа потоков Java (Модель памяти) Вот такой код на Java написал: import java.lang.Thread;public class Main { private static int value; public static void main(String[] args) { final int val1 = 10; f…
K
Klem56March 5, 2022, 11:34 a.m.
Vk api на java. Как сделать кнопки Вот код: public class Bot { public static void main(String[] args) throws ClientException, ApiException, InterruptedException { TransportClient transportClient = new HttpTranspor…
Михаиллл
МихаилллJan. 21, 2019, 11:28 a.m.
Взаимодействие различных dll библиотек С++, C#, java Добрый день. Почему работая на С++, нельзя полноценно использовать dll , написанных на C#, java? И почему используя другие языки, можно использовать dll , написанных на C++?
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks