Mam discrete mathematics kuda recurrence relations cheppandi mam... Anyway your teaching very nice 👍 mam😊...I'm confident in Ds by because of seeing your videos... thank you so much.. really
class V extends Thread { public void run() { System.out.println("1"); System.out.println("2"); } } class TP { public static void main(String args[]) { V t1 = new V(); V t2 = new V(); t1.setPriority(Thread.MIN_PRIORITY); t2.setPriority(Thread.MAX_PRIORITY); t1.start(); t2.start(); } } Output is 1 2 1 2
Mam real very useful class mam
Ma madam cheparu but epudu intala ardhamavaledu
You are doing a great work to us
Mam discrete mathematics kuda recurrence relations cheppandi mam... Anyway your teaching very nice 👍 mam😊...I'm confident in Ds by because of seeing your videos... thank you so much.. really
Your explanation was excellent but you should also explain output 🙏🙏
Good explanation
Madam, two threads ke same priority isthe which thread will be execute first
Based on system any one
Mam what is output for these
Mam swing package explain cheyandi
Akka process synchronization yakada undi????
Medam,, I have a doubt, we can use start() method, without using run method in java programme???
No
@@Lab_Mug thank you medam,,
Good morning Madam
Only one program ea cheparu
Runnble vuntadhi kadha chepaledhu
Mam program line by line rayandi exam lo ela rayalo Arcam kavetledu
Mam give me a code for thread priority mam
Explain this topic in online compiler we are getting errors that's the reason I am asking you....
Once check java lab playlist
Madam can u send me the output of this program
Madam can u send me output of this program
Any output ??
Mam why should we create two objects
For creating 2 threads
What is output??
Akka java collection's concepts adavanced java ga vastaya leka core java ga vastaya?? Pls chepandi akka
This is different not core or advanced
It's a framework
Advanced java eypudu start chestaru akka?
MAm output send me
class V extends Thread
{
public void run()
{
System.out.println("1");
System.out.println("2");
}
}
class TP
{
public static void main(String args[])
{
V t1 = new V();
V t2 = new V();
t1.setPriority(Thread.MIN_PRIORITY);
t2.setPriority(Thread.MAX_PRIORITY);
t1.start();
t2.start();
}
}
Output is
1
2
1
2
Is it follows priority
Yes 2 has max priority and 1 has min priority
@@Lab_Mug then out is 2 and the 1 but above ouput is not match why output show 2 times
U are taking 2 threads then it shows 2 threads individually