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.
18:32 directly for implementation
What a way to teach, excellent. Made it so simple, logical and lucid. Excellent Sir. 🙏
very gud, we can get more clarity and concept on the particular topic,,, but it is taking more time
Nice explanation. Thank you for uploading these valuable videos
No words sir excellent sir 👌☺️
Very very helpfull👌👌
Sir explained it in very simple way👍👍....
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.
Good and lovely explanation..I need to give a ❤️ to your explanation
Super explanation bhayya
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
Super sir 🎉❤
Nice explanation sir👍
Sir u explain it very clearly thank you
sir ur explaination was good
Great sir, well concept. Thanks. Please upload more videos waiting...
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();
Amazing explained ❤️
please Add the thread states that are new ,ready, running ,wait, sleep and block as well stopped or terminated?
Outstanding lecture on Thread synchronisation
Your really amazing 🔥🔥🔥
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 on collection's in java please as soon as possible please
Sir can u make videos in inter change communication in java
Good Explanation
Tq for this session sir
Helloo sir can you explain Java 8 features and collections in Java as well ?
Sir, pl make an vedio for Advanced Java course.
Pl Sir
Thankyou soo much, sir!🙏
Sir will you upload collections in java?
please give onemore class on this topic sir...
Sir ,Are you using Handycam to record your videos ?
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!! in few programs this keyword is use like " Thread t=new Thread(this);" what it means sir?.
This refers to current thread.
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 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 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
Luv u sir
Thank u so much sir
Sir how to write program for synchronization give me clarity
Sir,can we use super() instead of this () keyword???
Or shell we write directly this.display()
Thank you sir
can u share the programs sir
What if we want to execute a particular thread
some what confusion is there sir try to explain synchronization with other examples thank you....
Sir please tell interthread communication topic..
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,please can u upload remaining topics in java.
Sir please upload an java advance topics an collections and sql
Sir daemon threads
This is a keyword sir