+ 1
How do you ask a question on sololearn?
I want deep, intricate answers.
10 Réponses
+ 16
The same way as u did now
+ 11
An old proverb says: Do not anxiously hope to question which has not yet come; Do not vainly regret what has already been questioned.
... If you don't know what to answer, tell an old proverb...
+ 8
HaHa! R.I.P. ^_^
+ 4
Asking a question is a Great Art. It stimulates the mind.Questions asked in a deep/objective way trains up the mind in the subject/skill. By asking questions only Einstein proved that E=mc^2
+ 3
When u question the questioner, the first questioner merges in infinite Super Intelligence...the most powerful Strength of the Super mind will b unlocked....!!!
+ 3
we speak when we cease to be in peace with our thoughts.
+ 1
to ask a question, click on discuss button at the top navigations, and then click (new question) button... fill the forms and submit>>>> as far as I know!
0
class myThread7 extends Thread
{
public void run()
{
for (int i=0 ; i<10 ; i++)
{
System.out.println ("child thread");
}
}
}
class ThreadDemo7
{
public static void main (String [] args)
{
myThread7 t7 = new myThread7();
t7.setPriority(10);
t7.start();
for (int i=0 ; i<10 ; i++)
{
System.out.println ("main thread");
}
}
}
I am getting its O/P as something wierd.
As per my understanding untill I make the setPriority line as coomented.
The execution of child thread will be comepleted first followed by main thread.
However, its not being the case here.
Someone please assist on correct behavior.
Thanks in advance!!
0
I've used Google photos link in my HTML coding but couldn't see any photo in output
0
Is pro version available all the practice problems including projects?