Great explanation.I see many videos for each topic,but your content is easy to understand,realistic.
@CodeDecode3 жыл бұрын
Thanks Phani 🙏👍🙂🙂
@kirane5911 Жыл бұрын
Very good video madam. Thank you so much for good explanation
@CodeDecode Жыл бұрын
Thanks Kirane 😊👍
@hansirawat93224 жыл бұрын
to the point. Could you please make video for stream with predicates for java 8? You're too good and conceptually clear.
@CodeDecode4 жыл бұрын
sure. will make video in java 8 features soon.
@abhishekgowlikar Жыл бұрын
Great video on Java 8 feature.
@CodeDecode Жыл бұрын
Thanks
@prapu5549 Жыл бұрын
Great Video! Few doubts from my end. If we are having default and static method dosent it affect the 100% abstraction rule of interface? Second if we have one abstract and one default method in the interface, dow we need to implement the deafault method also in the class implementing the interface? (Understood static method need not since it cannot be inherited)
@chetanallannavar96374 жыл бұрын
Great tutorial ..please make video for multithreading interview preparations
@CodeDecode4 жыл бұрын
Sure will create video on that soon
@venkataramanramamurthy87184 жыл бұрын
A small suggestion, if you can disable the sound of your mouse click it would be better...
@ankitratnani66022 жыл бұрын
As you said that static method can not be override but at 5:19 , livesIn is static method and overriden in Frog class. Can you explain how?
@aamirbinusman84162 жыл бұрын
It is overrided but definition is not changed it is same
@aabhinav4 жыл бұрын
Maam, you told Static methods of Interface cannot be overridden 1:34 , but Frog class did override the static livesIn() method, of AquaticAnimal Interface here 5:21...could you clarify this a little..
@negi.priyanka3 жыл бұрын
yes exactly I have the same doubt. @Code Decode Please explain.
@NaveenKumar-ls9ug3 жыл бұрын
livesIn() method in Frog class is not a overridden method. It becomes a non static method of Frog class when we made the livesIn() of Aquatic Animal interface. Also we cannot override a static method in child class known as method hiding
@prashant16173 жыл бұрын
Really good content .. 👏
@CodeDecode3 жыл бұрын
Thank you ...
@animeshnaik23452 жыл бұрын
A great help...thanks....and nice sweet voice!!🙌😅
@joeLinton-w1p5 ай бұрын
great explanation , i just have a questiion about using static methods for utility needs, i think that all utilities methods should be in a class not interface , because definiton f static methods means that we are gooin t to reuse this methodes without instancatiton of the class , hence the interface cant be instancitated . btut fo the need 1 about commun and security issues i agree . thank u
@sriharikaranam33303 жыл бұрын
Hi, Can you create a play list on streams / functions / consumer etc., how it utilizes and creates memory on JVM compared to standard approach.?
@sriharikaranam33303 жыл бұрын
How JVM responds for standard approach and functional approach.?
Sure will create videos on rest topics too soon 👍👍
@shubhamshinde5242 жыл бұрын
please can you explain why static method of interface are not inherit in implementation class ?
@karthickselvam39383 жыл бұрын
Nice explanation... Have one doubt... what is the difference between static method and final method...
@CodeDecode3 жыл бұрын
Final method can't be overriding, if we make a method final, we can't override it. Static methods are class level methods, it's loaded during class load.
@karthickselvam39383 жыл бұрын
@@CodeDecode thank you 😊
@bhaveshsachanandani57042 жыл бұрын
Nice Video. Can you tell if we can declare and define static main method inside an interface? If yes then what will be the usage of it?
@Raj-ql2vz2 жыл бұрын
msg me
@shrikantshelar50444 жыл бұрын
Please make a video on the difference between abstract classes and interfaces in java 8
@CodeDecode4 жыл бұрын
Sure we'll create video for the same
@AbhishekKumar-md4ul3 жыл бұрын
got rejected 2 times, because i din't knew this. Thank you.for this
@CodeDecode3 жыл бұрын
You're welcome abhishek....
@praveennampelly35593 жыл бұрын
Please don’t take examples from previous videos coz, if I am watching this videos for the first time I really don’t understand the code you explained. Take small and independent example for the current video so that even though people are watching for the first time will get understand the example
@CodeDecode3 жыл бұрын
Sure 👍thanks for the suggestion
@SwaMayu3 жыл бұрын
Great content... Helped to understand java 8...i am unable to find parallel stream in details.. Could you please help me with link?
@CodeDecode3 жыл бұрын
Hi Swati, kzbin.info/aero/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy This is link for all java 8 videos we have created till now
@EasyTechStudios4 жыл бұрын
Thank You !
@paridadeepika Жыл бұрын
very helpful....
@Atul_Shegokar3 жыл бұрын
I was looking for this everyone but I got exact answer here. Thanks you Ma'am. if possible Please upload a video on Optional class in java 8
@CodeDecode3 жыл бұрын
🙂🙂Thanks Atul. We are glad we were able to help u out. Sure we will upload optional video 👍
@arishsheikh3000 Жыл бұрын
Superb tutorial ma'am
@CodeDecode Жыл бұрын
Thanks
@VinodSamudrala63 Жыл бұрын
Hi Can you please provide some Realtime scenario where we exactly write static methods in interface.
@CodeDecode Жыл бұрын
Say we want some utility methods. We used to create class. Then create static methods then call them with class name. Rather than creating class you can now use interface
@VinodSamudrala63 Жыл бұрын
@@CodeDecode Thank you for replying !! I appreciate your help... Coming to the point Still we are calling that static method with interface name here What is the advantage I am not clear.
@CodeDecode Жыл бұрын
Thanks Vinod. Classes are costly in terms of memory n performance. Hence interface is anytime a best choice👍
@vandanac2244 Жыл бұрын
I have 1 doubt whether concrete interface can extend functional interface ?
@CodeDecode Жыл бұрын
Concrete are classes. Do you mean interface with all static methods?
@rajinikanthmuddam63342 жыл бұрын
Can you share GitHub links for all your examples
@shobhitagarwal81513 жыл бұрын
Please upload a video on Optional class in java 8
@CodeDecode3 жыл бұрын
Sure
@susmidhapl4973 жыл бұрын
Can you explain stream Api indepth..most of the interviewer asking
@susmidhapl4973 жыл бұрын
Your explanation is very clear and neat ..easy to understand
Here is what you require 👍 Please let us know if u need any thing else
@SriKanth-rg4cf Жыл бұрын
Tq u for helping me to write my exam with some confidence 🫶💚
@CodeDecode Жыл бұрын
All the best Srikanth 👍👍
@jibinjames51282 жыл бұрын
Thanks
@CodeDecode2 жыл бұрын
🙂👍
@vipulansri54328 ай бұрын
please are u doing class
@CodeDecode8 ай бұрын
Not yet vipul. Difficult to take time out in week days as we all have office work too🙊
@ashishrahate40743 жыл бұрын
Hi, is this concept also called Functional interface??
@harshpalsingh11452 жыл бұрын
No, functional interface are the ones containing only one method. And this method has to be non-static.
@dhanushMaari4584 жыл бұрын
Nice voice
@CodeDecode4 жыл бұрын
Thanks :)
@dhanushMaari4584 жыл бұрын
@@CodeDecode I love the voice
@mayuriwankhade5743 жыл бұрын
Hi your videos are really helping to get concept clarified thanks for efforts you are putting in . Can you please suggest few scenario based interview questions e.g. How to design pizza system where once 5 pizza bases are ready then only sause should be poured on it . Please help with solution
@CodeDecode3 жыл бұрын
Nice topics Mayuri will surely create a video on that 👍👍