great respect to you sir.. i am so thankful to you. My all java lectures are totally dependent upon you!! I couldn't have passed exams wdout ur vedios. just please also upload the remaining java topics.Thankyou!
SIr, In Java we want Java Frameworks videos, for application in big data , also Springboot, Hadoop and in JS frame works like Angular Js, Node Js, React , for a Full Stack developer profile. Thank you, appreciate you for your crystal clear explanation.
Sir, why don't you use other advanced editors like VS Code. It will be easy for you to demonstrate programs and also take less time to write codes. Well, your lectures are awesome and easy to understand. Thank you.
In thread syncronization video there is a concept that you used to refer to the parent class you havent explained that concept in the video is it possible to make a video on that sir ?
for the synchronized method- we need create an object to call that method...but where as for static synchronized method-as it is already a static method no need of object to call that method we can directly call it by class name itself ...Hope u got it...
great respect to you sir.. i am so thankful to you. My all java lectures are totally dependent upon you!! I couldn't have passed exams wdout ur vedios.
just please also upload the remaining java topics.Thankyou!
SIr, In Java we want Java Frameworks videos, for application in big data , also Springboot, Hadoop and in JS frame works like Angular Js, Node Js, React , for a Full Stack developer profile. Thank you, appreciate you for your crystal clear explanation.
What a way to teach, excellent. Made it so simple, logical and lucid. Excellent Sir. 🙏
Very very helpfull👌👌
Sir explained it in very simple way👍👍....
very gud, we can get more clarity and concept on the particular topic,,, but it is taking more time
❤
Sir, why don't you use other advanced editors like VS Code. It will be easy for you to demonstrate programs and also take less time to write codes. Well, your lectures are awesome and easy to understand. Thank you.
Nice explanation. Thank you for uploading these valuable videos
No words sir excellent sir 👌☺️
Good and lovely explanation..I need to give a ❤️ to your explanation
18:32 directly for implementation
Super explanation bhayya
Nice explanation sir👍
Sir u explain it very clearly thank you
Great sir, well concept. Thanks. Please upload more videos waiting...
Super sir 🎉❤
sir ur explaination was good
please Add the thread states that are new ,ready, running ,wait, sleep and block as well stopped or terminated?
Your really amazing 🔥🔥🔥
Sir can u make videos on collection's in java please as soon as possible please
Amazing explained ❤️
Sir ,Are you using Handycam to record your videos ?
Example e;
is a object for above class?
plz tell me
Why is after thread-0 completes thread-2 is executed at 36:46???
Sir can u make videos in inter change communication in java
hii sir why is this
[Thread g=Thread.currentThread()] is created i didnt understand
and what is the importance of that sir
I have same doubt in previous section we create Thread t=currentThread();
Tq for this session sir
Sir, pl make an vedio for Advanced Java course.
Pl Sir
Helloo sir can you explain Java 8 features and collections in Java as well ?
Thankyou soo much, sir!🙏
Sir will you upload collections in java?
out of all, this is the confusing topic and i didn't get clarity
if u see example with and without synchrinization u can understand
s
Outstanding lecture on Thread synchronisation
Good Explanation
In thread syncronization video there is a concept that you used to refer to the parent class you havent explained that concept in the video is it possible to make a video on that sir ?
sir!! in few programs this keyword is use like " Thread t=new Thread(this);" what it means sir?.
This refers to current thread.
can you please explain why you have used this statement Thread g = Thread.currentThread();
This statement assigns "g" the value of thread which first initiates the run method..
We are creating new thread object as "g" which is referring current thread
Sir..plz upload a video's on chained exception and dead lock.
sir, what we need to do if we wanted to execute a particular thread?
then set a priority
@@danieltornero5523 but in the previous lecture he said that setting prirority doesn't help in the order of execution ,correct me if i am wrong
Thank u so much sir
What if we want to execute a particular thread
Luv u sir
Sir,can we use super() instead of this () keyword???
Or shell we write directly this.display()
please give onemore class on this topic sir...
Sir could you please help me with the simple program bcoz I'm not getting the clear idea in this one
Because of priority
Sir, what is the difference between Synchronized method and static synchronization?
for the synchronized method- we need create an object to call that method...but where as for static synchronized method-as it is already a static method no need of object to call that method we can directly call it by class name itself ...Hope u got it...
Sir we need your phone no for guide sir.
Sir how to write program for synchronization give me clarity
can u share the programs sir
Thank you sir
Sir please upload an java advance topics an collections and sql
Sir please tell interthread communication topic..
sir,please can u upload remaining topics in java.
some what confusion is there sir try to explain synchronization with other examples thank you....
Sir daemon threads
This is a keyword sir