Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Tendências
Tendências
Faça uma pergunta
Faça uma pergunta
if our run() method is in the same class as our thread instance ....so.instead of writing something like Thread thread=new Thread(new myclass); ......would Thread thread =new Thread(this); suffice?
java
threads
0 Voto
2 Respostas
2nd Jul 2016, 11:24 PM
Arsal Azam
is this a thread safe stack
c++
data_race
stack
thread
thread_safe_stack
0 Voto
2 Respostas
27th Dec 2022, 12:16 PM
Ketan Lalcheta
Exception in thread "main" java.lang.NullPointerException at Merit.main(Student.java:42)
code
java
2 Votos
6 Respostas
23rd Jul 2017, 1:16 PM
Darshil Shah
Thread safe | read write need
c++
mutex
threads
0 Voto
1 Resposta
18th Feb 2025, 9:41 PM
Ketan Lalcheta
Thread class vs Runnable interface
classes
inheritance
interfaces
java
threads
1 Voto
1 Resposta
8th Nov 2016, 12:47 PM
Islay
How to pass argument to thread pool function
c++
thread_pool
threads
1 Voto
7 Respostas
3rd Nov 2022, 12:20 PM
Ketan Lalcheta
Android Studio make a background thread
android
thread
2 Votos
1 Resposta
27th Jun 2020, 10:54 AM
Scripting_boom
Why detached thread is not updating file
c++
detach
join
thread
0 Voto
3 Respostas
14th Nov 2023, 1:57 PM
Ketan Lalcheta
Thread t = new Thread(new Loader());
threads
0 Voto
1 Resposta
28th Sep 2019, 9:00 PM
madhumathi
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 4
java
0 Voto
2 Respostas
26th Feb 2021, 11:29 AM
Bensho
{Important} This thread is for weird & interesting programs! {Check it}
c#
c++
interesting
java
javascript
php
programs
ruby
sololearn
weird
27 Votos
20 Respostas
4th Mar 2017, 5:25 PM
Ram chandra Giri
why thread is not giving different result
atomic
c++
thread
0 Voto
1 Resposta
26th Jan 2021, 7:16 AM
Ketan Lalcheta
Best way to create a thread
java
threads
1 Voto
2 Respostas
7th Oct 2017, 1:48 PM
Adarsh Srivastava
Post your best non web codes at the linked thread
advertisement
c#
c++
code
java
python
14 Votos
8 Respostas
1st May 2017, 2:35 AM
Pixie
What does the Thread class do?
java
threads
1 Voto
2 Respostas
26th Jul 2016, 9:39 AM
SeaLanternYT
what is thread in python programming?
thread
0 Voto
1 Resposta
27th Oct 2019, 12:47 AM
Muhammad Saleh Alatas
Solo Learn Suggestions (Criticism & Comments Too) Thread
box
comments
complaints
sololearn
suggestions
8 Votos
2 Respostas
9th Jun 2017, 1:14 AM
Jamie
What is Thread in programming languages?
java
python3
threads
0 Voto
2 Respostas
9th Sep 2017, 11:16 AM
MO. AHTESHAM
Is there an official place or thread for SoloLearn suggestions?
sololearn
suggestions
6 Votos
9 Respostas
5th Nov 2018, 10:32 PM
Ashley Furin
Why can't I see Yeva's post as the top thread in the Q/A Discussions?
guidelines
sololearn
thread
top
welcome
yeva
16 Votos
17 Respostas
13th Sep 2019, 2:36 PM
Humayra🇧🇩
Does a thread uses cpu during sleep()
java
threads
0 Voto
2 Respostas
2nd Jul 2020, 8:00 AM
Vishal Vishwajeet
Exception in thread "main" java.util.NoSuchElementException ERROR JAVA CODE
english
error
español
java
0 Voto
5 Respostas
3rd Nov 2020, 6:09 PM
spetz141
Creating Thread by implementing Runnable interface
interface
threads
0 Voto
1 Resposta
17th Aug 2018, 1:03 PM
JayeshSavage
Best way to get return value from thread
c++
future
promise
return
threads
0 Voto
4 Respostas
25th Sep 2024, 11:47 AM
Ketan Lalcheta
Difference between stopping and suspending a thread in java ?
stop
suspend
threads
-1 Voto
1 Resposta
18th May 2018, 4:04 PM
Deekshith K
Three thread problem for print and generation
c++
conditionvariable
thread
0 Voto
1 Resposta
29th Jun 2021, 5:07 PM
Ketan Lalcheta
Why are java immutable objects thread safe?
atomicobjects
immutableobjects
java
threads
0 Voto
3 Respostas
8th Oct 2017, 7:18 AM
Amir Masoud Mostofinejad
How do I have to stop a running thread in Python?
python
stop
threading
8 Votos
5 Respostas
11th Jan 2020, 7:18 AM
Jan Markus
Windows form applicatiion thread sleep alternatives (c#)
c#
threads
wfa
1 Voto
1 Resposta
30th Sep 2018, 9:28 PM
gil gil
Thread vs runnable interface which one is best
java
2 Votos
3 Respostas
14th Apr 2017, 4:51 AM
Nikhil
What to pass to thread for dynamic memory
c++
memory
threads
0 Voto
2 Respostas
29th May 2022, 4:29 AM
Ketan Lalcheta
How many priory values that a thread can be assigned?
2
3
anyvalue
4 Votos
4 Respostas
27th Apr 2019, 4:15 AM
Charitha Sri
Thread pool and lock not working at same time
c++
mutex
thread
threadpool
0 Voto
4 Respostas
9th Mar 2021, 7:31 AM
Ketan Lalcheta
Im getting error while running thread synchronization program
java
0 Voto
2 Respostas
22nd Apr 2020, 11:58 PM
Sagar Gupta
What is "Exception in thread "main" java.util.NoSuchElementException" meaning?
"main"
begginer
codecoach
exception
exceptions
in
java
java.util.nosuchelementexception
thread
1 Voto
1 Resposta
1st Apr 2022, 5:40 PM
Achmad Shobari Sapta Budi Lesmana
how to pass parameter to thread ??
java
0 Voto
2 Respostas
27th Dec 2016, 1:40 PM
ayoub
Why this program show thread main exception??? Can anyone xplain me??
exceptions
java
main
thread
2 Votos
5 Respostas
2nd Jul 2018, 2:06 PM
Harsh Agrawal
why we used thread in java ?
java
0 Voto
1 Resposta
20th Aug 2016, 8:53 PM
Sanjay Ranavaya
Exception in thread "main" java.util.NoSuchElementException (error)?? help
error
exceptions
0 Voto
1 Resposta
25th Sep 2016, 1:48 AM
Felix Robinson
So thread has only two methods? run and start?
java
methods
threads
0 Voto
5 Respostas
24th Jul 2016, 2:22 PM
Anoop E
How to write multi thread code in java?
programmer
1 Voto
2 Respostas
31st Oct 2017, 9:16 AM
Nematullah
Can we multi thread in the C++ sandbox?
c++
threads
1 Voto
2 Respostas
7th Dec 2017, 1:51 PM
Simon
How to write a thread program in c?
c
objective-c
threads
1 Voto
2 Respostas
29th Jan 2018, 2:46 AM
Hacked
How can I solve Exception in thread “main” java.lang.NullPointerException error [duplicate]
java
0 Voto
10 Respostas
9th Oct 2018, 4:35 AM
Tuyen Pham
What is the meaning of "Exception in thread "main" ......."
double
java
0 Voto
5 Respostas
17th Dec 2019, 12:01 PM
Syahir Coolz
Wap to show following operation on thread :
java
0 Voto
1 Resposta
11th Oct 2018, 9:57 AM
Aman Miglani
Can i override run method of thread class?
multitasking
overriding
run
1 Voto
2 Respostas
12th Sep 2017, 6:14 AM
Santosh Tambe
Why implementing runnable interface approach is better than the extending thread
java
threads
11 Votos
2 Respostas
3rd May 2017, 8:40 AM
CHETHAN H.N
Please someone find error in this code. Exception in thread "main" java.lang.NullPointerException
java
student_counceling
3 Votos
14 Respostas
21st Jun 2017, 2:35 PM
Aisha Chaudhary
Why i am getting this error ::exception in thread main java.lang.noclassdeffounderror
java
1 Voto
7 Respostas
21st Jul 2019, 4:01 PM
Channu Angadi
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
...
7
Próximo >
Quente hoje
Void functional void with bool function
0 Votes
Error
1 Votes
Learn python
2 Votes
BIG DOUBT🤔🤔🤔🤔
2 Votes
Help for study
0 Votes
Discrete-Time Signal Representation
0 Votes
Need help (French)
1 Votes
Spying on me
1 Votes
Where's PHP and Ruby courses?
1 Votes
Not video
0 Votes