Java Spring Boot 3 Years Experience Interview

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 57

  • @blitzc8146
    @blitzc8146 8 месяцев назад +30

    I really like the way she explains when answer given by the candidate is not clear. Quality content 🤟 keep them coming.

  • @pankajmishra4796
    @pankajmishra4796 8 месяцев назад +45

    Q - can we print something on console without using main method ?
    Ans - Until java 1.6 it's possible by using static block ,but from java 1.7 onwards we can not execute java program without main method.

    • @diwakarreddy7478
      @diwakarreddy7478 7 месяцев назад +1

      We can do it by using java interpreter even after java 1.8 onwards

    • @RahulJain0718
      @RahulJain0718 4 месяца назад

      @@diwakarreddy7478 no we can't tried

    • @Ajaypal7827
      @Ajaypal7827 3 месяца назад +1

      till java 1.6 i can run java program without main method as well as without static or instance block

    • @Ajaypal7827
      @Ajaypal7827 3 месяца назад

      till jdk 1.6 i can run a java program without main method as well as without static block

  • @056_harshitagarwal8
    @056_harshitagarwal8 5 месяцев назад +4

    Questions asked by her are very good....i really learnt lot from this video!!

  • @BishnuUprety-y2t
    @BishnuUprety-y2t 5 месяцев назад +8

    Question - Can functional interface extend another interface ?
    Answer based on chatGPT - Yes, a functional interface in Java can extend another interface. If the interface it extends is also a functional interface, the resulting interface will still be a functional interface as long as it has exactly one abstract method.
    @FunctionalInterface
    interface ParentFunctionalInterface {
    void parentMethod();
    }
    @FunctionalInterface
    interface ChildFunctionalInterface extends ParentFunctionalInterface {
    // No new abstract methods, still a functional interface
    }
    public class FunctionalInterfaceExample {
    public static void main(String[] args) {
    // Using lambda expression to implement the method
    ChildFunctionalInterface child = () -> System.out.println("Implementation of parentMethod");
    child.parentMethod();
    }
    }

    • @ashishkatkar6595
      @ashishkatkar6595 4 месяца назад

      The child interface is not functional interface right ? So it can extend interface with one abstract method which is functional interface

    • @akhila2598
      @akhila2598 13 дней назад

      @@ashishkatkar6595 child interface is also functional interface right. if iam wrong can u explain

  • @guruprasad6400
    @guruprasad6400 8 месяцев назад +4

    Bro can you provide java back end interview questions and answers answers ekkada vetikina chala clumsy ga vasthunai

  • @gaurshivam
    @gaurshivam 7 месяцев назад +6

    She explains very well

  • @surjendudas2845
    @surjendudas2845 Месяц назад

    This is informative for uploading interviews. Keep uploading .

  • @nagapravallikaraja9096
    @nagapravallikaraja9096 8 месяцев назад +10

    It was very helpful basically the interview was done like a corporate level
    I really loved it..
    Guys do like this..❤❤

  • @shivakumarkondooru1387
    @shivakumarkondooru1387 4 месяца назад +3

    Regarding hashmap. Question could be clear if she asked Can we have Objects as key for hash map.

  • @rushikeshdhane7430
    @rushikeshdhane7430 2 месяца назад +1

    Actually if he has 3 yrs experience he must know about main method and static concept bcz it is foundation concept

  • @AshishRawat-pe5mu
    @AshishRawat-pe5mu 6 месяцев назад +1

    Good explaination by the interviewer👍

  • @humanplanet8728
    @humanplanet8728 8 месяцев назад +1

    If possible please share the questions in description or pinned comments as well.

  • @suranjan1000
    @suranjan1000 3 месяца назад

    Nice content with beautiful interviewer ...

  • @CSE--Dhananjaykumar
    @CSE--Dhananjaykumar Месяц назад

    agar static block ke ander v agar kuch print kerna ho toh main method chaye without main method ke program output ne dega ok
    and i know when class is loaded static block is executed but main method v hona chaye

  • @dikshawakode6969
    @dikshawakode6969 4 месяца назад +2

    Thank you very much ❤
    Very helpful for me....
    Explanation for every question-answers are very good 👍 thanks 🙏🏻

  • @RahulJain0718
    @RahulJain0718 5 месяцев назад +1

    I think first question is wrong only static block is there then it will through error if main method not there

  • @javaInBlood
    @javaInBlood 5 месяцев назад

    It was possible to print anything on console without main method before java 1.6 but later version will throw MethodNotError.

  • @garvisrobot9274
    @garvisrobot9274 2 месяца назад

    Wrong answer function interface can extend another implamentation as long as you dont break pricipal of output that this method should cpmplete one task only. 😊

  • @Vijay-y3i
    @Vijay-y3i 6 месяцев назад +1

    I am looking for job change for java developer of experience 3.2 yrs.how to get demo interviews?

  • @jashwanthgottipati9262
    @jashwanthgottipati9262 3 месяца назад

    Thanks for the video.

  • @java_lover
    @java_lover 6 месяцев назад +1

    Good Interviewer

  • @ganeshchavalla
    @ganeshchavalla 8 месяцев назад +4

    Hi sir I love ur videos
    I'm 2 years experienced java dev.. Planning to shift.. Neeed ur guidance sir

  • @bachannayak346
    @bachannayak346 6 месяцев назад

    Tomcat is the Spring boot default server

  • @prasadlahane5486
    @prasadlahane5486 8 месяцев назад +4

    what is the source used for these questions?

  • @boss-fo6jr
    @boss-fo6jr 3 месяца назад

    He doesn't know the types of servers whichever he was use.then how interviewer believe they have 3 yr exp 😂

  • @prajwalkande9102
    @prajwalkande9102 6 месяцев назад

    SIB doesn't work without main method !!

  • @sanjaykumar-vx2eo
    @sanjaykumar-vx2eo 4 месяца назад

    Who is interviewing whom in this video?

  • @IsmaelTrochaSarmiento
    @IsmaelTrochaSarmiento 3 месяца назад

    i think the first question is poorly formed, because without main method any class cant be initialized for example let's suposse that i have my Main class
    class Main {
    static {
    System.out.println("Hello world!!");
    }
    }
    This code is just useless without a main method, the thing is that i need to run my java class to allow the static block to be initialize.

  • @ramakotisanthoshkumar6019
    @ramakotisanthoshkumar6019 29 дней назад

    Too many adds disturbing totally 😢

  • @rahulkharapkar2716
    @rahulkharapkar2716 8 месяцев назад +2

    14:00 oh this guy is from covid batch for sure.

    • @firstyfirst
      @firstyfirst 7 месяцев назад

      😂😂

    • @prasadlahane5486
      @prasadlahane5486 7 месяцев назад

      tomcat, jetty are widely used for anyone looking for answer

  • @firstyfirst
    @firstyfirst 7 месяцев назад

    In reality does sm1 get selected after answering this much?

  • @sanketnaik8968
    @sanketnaik8968 Месяц назад

    Did he get selected?

  • @garvisrobot9274
    @garvisrobot9274 2 месяца назад

    Guy has not worked on any development project.

  • @expelliarmusss
    @expelliarmusss 4 месяца назад +2

    3 years experience? Really?

  • @rehaniqbal6330
    @rehaniqbal6330 4 месяца назад

    She's good

  • @BAIBHAVKUMAR-b9c
    @BAIBHAVKUMAR-b9c 8 месяцев назад +1

    Sib

  • @BAIBHAVKUMAR-b9c
    @BAIBHAVKUMAR-b9c 8 месяцев назад

    So

  • @PR-nb4rb
    @PR-nb4rb 3 месяца назад +1

    Ankit Kumar pubg khela band kro

  • @maikonhu706
    @maikonhu706 6 месяцев назад +1

    Is this guy really having 3 years of experience my god from start to end she is only asking and answering
    As a fresher I felt interesting and easy question I m able to answer them.