Tricky questions on Java Interface | java interview questions and answers for experienced / Freshers

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 61

  • @VikashKumar-tt2wm
    @VikashKumar-tt2wm 2 роки тому +11

    Hello ,Abhilash sir, big fan of you. I watched all your videos and it’s really amazing. You know what,I wanted to switch my carrier from IT due to lack of coding skills . Then I found your Videos on UA-cam from spring core to spring mvc (session scope ,request scope and many more basic concepts you explained in best way) ,spring security and now spring could. In next six months I became most valuable performer in my project and promoted to next level. All credit goes to you sir, keep it up for us 😊.

    • @SeleniumExpress
      @SeleniumExpress  2 роки тому +1

      Hi Vikash! You made my day. So happy for you ❤️ keep going 🎯

  • @nguyenquan4836
    @nguyenquan4836 2 роки тому +7

    I have watched nearly all of video on your channel, maybe I have addicted the way you explained. Please make more and more video ❤❤❤❤

    • @SeleniumExpress
      @SeleniumExpress  2 роки тому +1

      Thanks so much. It feels so good to know that my sessions are helping. I will be keep creating videos for you 😊❤️

  • @sarthaksrivastav7239
    @sarthaksrivastav7239 2 роки тому +3

    That's the difference between a experienced person and a fresher one. I have seen your video on interface and abstract classes, but this lecture helps me to know exact need of the interfaces.
    Being a fresher I always have the mindset to learn and learn. And trust me whenever I saw your video I really got to know lots of new concepts.... Thanks for sharing your love and experience with us.✨
    On 17 Jan I have an interview at ICL and I am just revising the concepts for that.
    Thankyou so much.❤️

    • @X_y_zaid
      @X_y_zaid Рік тому

      How did your interview went?

  • @azharaktherk2432
    @azharaktherk2432 Рік тому

    Kudos to your teaching style.
    Abhilash.
    More than frameworks basics must be strong so that we can work upon any frameworks.
    Thanks for bringing this video.

  • @TheRebelMe
    @TheRebelMe Рік тому

    Amazing way of teaching concepts and i learnt a lot of concepts in single video .Thank you

  • @koripellyindukumarreddy8336
    @koripellyindukumarreddy8336 2 роки тому +3

    I really love your way of explanation and the knowledge you share. A Big Thank you Abhilash 🤝 Can you please make a series on Data Structures and Algorithms. 😊

  • @NBJavaDev
    @NBJavaDev Рік тому

    Thanks Abhilash! You are doing commendable job in explaining the concepts along with code.

  • @santhoshchandran6952
    @santhoshchandran6952 2 роки тому +2

    Thank you ..started watching 👀

  • @ajaygosavi2487
    @ajaygosavi2487 2 роки тому +2

    thank you abhilash for making such valuable videos..plz make more videos regarding core java interview questions

  • @danceayush8128
    @danceayush8128 Рік тому

    That was an amazing video kudos to you 👏👏
    while focusing on Spring , Microservices ..we sometimes forget our basic concepts.

  • @45_ritiksharma32
    @45_ritiksharma32 2 роки тому +3

    Please make a vidio on composition and aggregation

  • @debiprasaddash654
    @debiprasaddash654 2 роки тому +2

    Keep it up sir doing great job 🙏

  • @chintu4609
    @chintu4609 Рік тому

    I don't know why it happens....Me aapki video ek topic seekhne ke liye aata hoon or me 4 topics seekh kr jata hu. Feels lucky while watching your videos that i found your channel. Thank you so much😇🥰

  • @rameshwarirane549
    @rameshwarirane549 2 роки тому +1

    I have watched most of your videos and all of them are super good.Even if videos are on simple topics you explain them so well covering all tricky questions. Especially your videos of mock interviews are so good .All the detailed and from scratch explanation does make complicated concepts easier to learn.All your videos has helped me build my concepts more stronger.Please make more videos on interview questions and answers and also a series of spring boot learning. :)

    • @SeleniumExpress
      @SeleniumExpress  2 роки тому

      That's so kind of you, Rameshwari. I will surely work on your suggestions and will publish them shortly 😊

  • @yatendra__singh
    @yatendra__singh 2 роки тому

    You are the best...thank you so much for this🙏🙏

  • @pradipchoudhari2254
    @pradipchoudhari2254 2 роки тому +2

    Happy new year sir 🎉 great to see you again

  • @pushpendrapundir3449
    @pushpendrapundir3449 2 роки тому +4

    interface A{
    int a = 10;
    }
    class Test implements A{
    public static void main(String[] args) {
    A.a = 20;
    System.out.println(A.a);
    }
    }
    Ans : Compile Time error because by default vars of an interface are public, static and final.

  • @prashlovessamosa
    @prashlovessamosa 2 роки тому

    Your channel is heaven to me

  • @sunitasingh9467
    @sunitasingh9467 3 місяці тому

    Hi Abhilash, at 38:40, calling default method from random non-static method( inside hello(){} ), we can directly write default method name, instead of super keyword because this call is implementing only single interface. so, it can be -
    public void hello() {
    m2();
    }
    Am I correct?

  • @nimishasreeja4737
    @nimishasreeja4737 Рік тому

    Good explanation!

  • @anishmathew7108
    @anishmathew7108 Рік тому

    need more this type class

  • @DebabratS-c6u
    @DebabratS-c6u Рік тому

    Good explanation sir, kindly make static method in interface too.

  • @gopalakrishna886
    @gopalakrishna886 2 роки тому +1

    Zing zing amezing 🥰

  • @firozalam2749
    @firozalam2749 2 роки тому +1

    you are precious god gift for it

  • @himanshupujari5558
    @himanshupujari5558 2 роки тому

    Sir your explanation ❤️.. please continue this series

  • @rameshbhivare9429
    @rameshbhivare9429 Рік тому

    please make videos on Design Patterns it will be more helpfull

  • @IDk-bh8en
    @IDk-bh8en 2 роки тому

    Thank you sir.. ❤❤❤

  • @rameshghantasala4854
    @rameshghantasala4854 2 роки тому +1

    Please upload next videos on Microservices

    • @SeleniumExpress
      @SeleniumExpress  2 роки тому +1

      Hi Ramesh. I will create a new series for circuit breaker later on Feb.

  • @gstarentertainmentedits2415
    @gstarentertainmentedits2415 2 роки тому +2

    Watching..🔥🙏

  • @akhil7556
    @akhil7556 Рік тому

    great

  • @All_In_786
    @All_In_786 Рік тому

    Your lecture are so interesting that while like the class get the priority over default method same your lecture takes the priority over my sleep 🥱❤

  • @sharrmilaadeviramasamy7356
    @sharrmilaadeviramasamy7356 Рік тому

    Hello sir,
    Can you also post tricky questions on static and java8

  • @omit_krish
    @omit_krish Рік тому

    How can I grab java 8 tutorials could you please let me know

  • @omit_krish
    @omit_krish Рік тому

    I have kne doubt... That was if we extends two abstract classes after that will extends to normal classs is it possible..? 😊

  • @srigakolapuatchuthasai5929
    @srigakolapuatchuthasai5929 2 роки тому +1

    Thanks abhi ❤️❤️❤️

  • @rajivraushan1387
    @rajivraushan1387 Рік тому

    public static final i think...(fields)

  • @Srikanthb4040
    @Srikanthb4040 Рік тому

    Can you provide notes of it. That will very helpful

  • @Jorge150CL
    @Jorge150CL 2 роки тому

    thanks bro

  • @vishalgaikwad873
    @vishalgaikwad873 2 роки тому

    public class Test extends C implements A, B {
    }
    //Your syntex is also good No Errors, But this is the proper way of writing the code.

    • @SeleniumExpress
      @SeleniumExpress  2 роки тому +1

      Hi Vishal , Try my one . You will get a compile time error I believe . That's the catch. 🙂

    • @vishalgaikwad873
      @vishalgaikwad873 2 роки тому

      @@SeleniumExpress correct✅

  • @sailakshmi4406
    @sailakshmi4406 Рік тому

    Can you make videos on microservices as well?

  • @gonepavankumar207
    @gonepavankumar207 Рік тому

    public class T extends t3 implements t1, t2 {
    public static void main(String[] args) {
    new T().m1();
    new T().m2();
    new T().m3();
    }
    @Override
    public void m1() {
    System.out.println("inside m1 method");
    }
    @Override
    public void m2() {
    System.out.println("inside m2 method");
    }
    @Override
    public void m3() {
    System.out.println("inside m3 method");
    }
    }
    interface t1 {
    public abstract void m1();
    }
    interface t2 {
    public abstract void m2();
    }
    abstract class t3 {
    public abstract void m3();
    }
    yes correct this

  • @kartikmalik2005
    @kartikmalik2005 3 дні тому

    Bhai Thora aisa bolo ki samajh aiye. Words ko sahi pronounce karo yaar..no need to speak in English if not required