I love your lessons. When I don't understand something, I usually use your videos. You explain simply, and it sinks in. Thank you.
@milaismyname6 жыл бұрын
You explain so good, realy what is important to understand, in comparison to others. I have seen so many videos on Java, they sometimes speak 20minutes, but don^t say what we realy have to know in order to understand, they just talk and do some things, but do not explain why and how is it in general.
@katherinemorgan67334 жыл бұрын
I just found your channel, and I'm so glad I stumbled on to it!! Your lectures are very easy to understand and not jargon-y. Thanks so much for sharing your knowledge.
@nischay54306 жыл бұрын
Sir , i am highly thankfully to you as before a week i am not been able to write any code , but with your great teaching efforts now i can understand how programming works . No teacher except you can teach like you in the so simplest way ....... I again thank u for your great efforts.....
@rohitvlogscanada6 жыл бұрын
sir your all videos are very easy to learn and you are best ever teacher for java i always find my solution on your videos i am big fan of you :-)
@chanux22282 жыл бұрын
When I did not understand something clearly I quickly search it on youtube and click on your video. Thank you so much sir.
@Siddharth-uo6zw4 жыл бұрын
Soon, your subscribers will reach to 10million I pray to God you are a very good teacher I will watch each and every #Advertisement to support your channel sir.
@shavetabhalla66604 жыл бұрын
You explain very well sir...topics get cleraed very easily
@priyasharmavocal4 жыл бұрын
Thankyou very much for your videos, it's really simple to learn by teachers like you.
@ankitabharti1606 жыл бұрын
sir,if you please explain us why we create an inner class?
@springbootcourse29062 жыл бұрын
Great explanation of the technical stuff. But I lack an example where it makes sense to use inner classes.
@thenerdycoder074 жыл бұрын
I love ur videos uncle ❤️ ur video is better than our online classes
@senthilchily Жыл бұрын
i need three like buttons!!! nice presentation
@ryanomalley63272 жыл бұрын
This is far more complicated than it needs to be. You don't need to tie the inner class to the outer object like is done here in the main method. [ Outer.Inner obj1 = obj.new Inner(); ] You could just create the object of the inner class like you would any other object, just initialize the Inner class inside the Outer class body. You dont need to create the object for the inner class in the main method. class OuterClass{ int x=10; Innerclass Innerclass1 = new Innerclass(); class InnerClass { int y =5; //code }
@stupidteous Жыл бұрын
thanks for this
@saadmanahmed8605 жыл бұрын
why i am disposed to this guy's tutorial so much ..he just explains shortly & clearly
@mymanishakakarla80363 жыл бұрын
Thanks alot sir... It's very clear and understandable... Your teaching was amazing sir..
@ddds30016 жыл бұрын
I really like these videos. Really good explanations and easy to understand. 10/10
@kogilathotavijayreddy49632 жыл бұрын
Best!
@wojtekyt66906 жыл бұрын
Perfect explanation.
@maahisingh3813 жыл бұрын
Your way of explanation is terrific...are there any written notes repository for this?
@amanthakur69134 жыл бұрын
i also write curly brackets downwards
@conea68913 жыл бұрын
Wow, you are the best!
@sourabhthorat95503 жыл бұрын
Just wow
@tilakram25774 жыл бұрын
what if we create a inner class inside my main class (i.e InnerDemo) and how to create object for such case , and in what case we can use it .?
@harinimurali87242 жыл бұрын
How to access this static class the package if the scope is default?
@ShuyanStoryTeller5 жыл бұрын
Great video, thank you so much.
@nitinduke3 жыл бұрын
Amazing explanation sir
@komalpasrija5 жыл бұрын
Hi sir, I have seen lot of videos.. Its much helpful for me i would like to sugegest in some video you have mentioned some text and that are just like a bulb its diverting focus from the viedo. Either you just remove those otherwise it should be stable there.
@Siddharth-uo6zw4 жыл бұрын
We find two more class in bin Outer and Outer$Innerclass sir in bin.
@vigneshwarb86353 жыл бұрын
very useful tutorials sir !
@beluga.3142 жыл бұрын
How can we use make object of Outer inside main() even if Outer is not made public? pls explain someone
@samakoushik62356 жыл бұрын
general dailylife example for inner class
@myakalakondaiah19406 жыл бұрын
Sir it is good but now to implement for example student details in Java in basic rules
@adityanpanchal69762 жыл бұрын
I can use the static class inside the main method without using outer object !; how it's possible?? Also i can initiate inner class using inner reference & outer's reference but without outer's class name.... What about this?
@chinmaydas40536 жыл бұрын
Thank you sir.Sir why do you stop making data structures & algorithms design videos??..😢😢..
@sheikhrasik22646 жыл бұрын
what if we have one more class inside the inner class then what would the syntax for creating object for the constructor inside that particular class be? Please help.
@real_hello_kitty4 жыл бұрын
Wow, thanks!
@JoshT4life5 жыл бұрын
very well explained
@mahenderpothu55756 жыл бұрын
Hello sir my passion is android app devoloper Which laptop is best for programming under 40000
@sudipdas4916 жыл бұрын
Sir can we make inner class as a private and then is it possible to access by using outer class object???
@teluskosupport Жыл бұрын
Yes, an inner class can be declared as private and once you declare an inner class private, it can be accessed from an object of an outer class. And also private members of a class can be accessed using inner class.
@digitalnomadg6 жыл бұрын
Sir, can i create an inner class inside InnerDemo class which having main() method ?
@AbdullahAlMamun-fh9gs6 жыл бұрын
Yes.
@digitalnomadg6 жыл бұрын
Thanks man :)
@AbdullahAlMamun-fh9gs6 жыл бұрын
Thank you sir.
@raunakthakkar35166 жыл бұрын
here why did you created object of static class 🤔🤔🤔
@rakeshreddy13653 жыл бұрын
he did to show the difference to create obj of inner class in static and non static inner class if inner class is static u dont need to create an object of outer class for creating an object of inner class where as if inner class is non static we need to create an object of outer class to create an object of inner class
@SEVERANCE8506 жыл бұрын
Sir u have already made Videos on core Java so why r u waiting your time in it instead u should make videos on Advance Java
@newsdb-crypto6 жыл бұрын
yes
@This_Origami5 жыл бұрын
did you mean wasting?
@trideepchakraborty10134 жыл бұрын
Thank you....
@kanagarajs11913 жыл бұрын
. 75 speed it's better to understand even better
@ravindermacha12333 жыл бұрын
As innner class is static why u need to create object to access it.
@teluskosupport Жыл бұрын
It is just created to show you the difference between static and non-static inner class. If inner class is static, you do need to create an object of an outer class to access inner class whereas if inner is non- static, then you have to create an object of outer class to access it.
@charlie3k5 жыл бұрын
Excellent explanation! Thank you :)
@monasah6044 жыл бұрын
Can we define a constructor inside inner class
@teluskosupport Жыл бұрын
Yes, we can define a constructor inside an inner class.
@TravelWithLove96 жыл бұрын
Can we extend inner class?While extending it gave me an error.I tried to extend it by Outer.Inner but it still gave me an error
@785_barneetpanda53 жыл бұрын
why the class Outer has no access specifier (like public class Outer)
@teluskosupport Жыл бұрын
The outer class is default public, it can not have access specifier as private or protected. As when we use protected or private modifier to outer class, we can access it within the package and can't access that class outside the package. So, outer class is by default public.
@harshinisistu17114 жыл бұрын
My display class is giving an error of not able to resolve it...please help me
@naveenyadav1766 Жыл бұрын
Sir I have a doubt
@-indeed82856 жыл бұрын
When Inner class is static Outer obj = new Outer(); obj.show(); Inner obj1 = new Inner(); //no need to obj or class reference obj1.display(); can you please explain it ???
@-indeed82856 жыл бұрын
eclipse automatic did ( import Outer.Inner; ) , is it reason?? or something else ???
@ravindermacha12333 жыл бұрын
Yes exactly my question too
@gamingguys65716 жыл бұрын
when creating the static inner class object, do we need to mention the outer class name to access the static inner class?
@helloios36266 жыл бұрын
Gaming Guys yes..
@shrach84 жыл бұрын
Isn’t that what the video showed? Answer is yes I think
@teluskosupport Жыл бұрын
Yes, you need to object of an outer class to access the members of an inner class.
@shravyaghanapuram3074 жыл бұрын
What is the app you are using to code, sir?
@rakeshreddy13653 жыл бұрын
ecclipse i guess
@poojasonawane39334 жыл бұрын
Can outer class access inner class member
@jpkarthick8694 жыл бұрын
Yes
@teluskosupport Жыл бұрын
Yes, outer class can also access the private variables of inner class.
@himank3632 жыл бұрын
3:02
@stevejobs59194 жыл бұрын
I still dont get "WHY WOULD ANYONE USE AN INNER CLASS INSTEAD OF CREATING A NORMAL OUTSIDE CLASS?" WHY???? WHYY>??