Java Spring Boot 3 Years Experience Interview

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • This Video contains:
    java spring boot interview questions for 3 years experience
    java mock interview for 3 years experience
    java mock interview for experienced
    Java Spring boot interview
    Core Java Interview
    spring boot mock interview
    spring boot interview questions and answers
    java interview questions and answers
    Please fill out the Mock Interview participation form below and subscribe to our channel (This mock interview is for subscribers only): forms.gle/TU6i...

ความคิดเห็น • 48

  • @blitzc8146
    @blitzc8146 5 หลายเดือนก่อน +22

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

  • @pankajmishra4796
    @pankajmishra4796 5 หลายเดือนก่อน +35

    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 4 หลายเดือนก่อน +1

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

    • @RahulJain0718
      @RahulJain0718 หลายเดือนก่อน

      @@diwakarreddy7478 no we can't tried

    • @Ajaypal7827
      @Ajaypal7827 5 วันที่ผ่านมา

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

    • @Ajaypal7827
      @Ajaypal7827 5 วันที่ผ่านมา

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

  • @dikshawakode6969
    @dikshawakode6969 หลายเดือนก่อน +2

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

  • @BishnuUprety-y2t
    @BishnuUprety-y2t 2 หลายเดือนก่อน +5

    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 หลายเดือนก่อน

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

  • @056_harshitagarwal8
    @056_harshitagarwal8 2 หลายเดือนก่อน +4

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

  • @guruprasad6400
    @guruprasad6400 5 หลายเดือนก่อน +4

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

  • @RahulJain0718
    @RahulJain0718 2 หลายเดือนก่อน +1

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

  • @humanplanet8728
    @humanplanet8728 5 หลายเดือนก่อน +1

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

    • @genz-career
      @genz-career  5 หลายเดือนก่อน +1

      Okay sure

  • @javaInBlood
    @javaInBlood 3 หลายเดือนก่อน

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

  • @Vijay-y3i
    @Vijay-y3i 3 หลายเดือนก่อน +1

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

  • @ganeshchavalla
    @ganeshchavalla 5 หลายเดือนก่อน +4

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

    • @genz-career
      @genz-career  5 หลายเดือนก่อน +1

      How can I help you?

  • @bachannayak346
    @bachannayak346 3 หลายเดือนก่อน

    Tomcat is the Spring boot default server

  • @rehaniqbal6330
    @rehaniqbal6330 หลายเดือนก่อน

    She's good

  • @sanjaykumar-vx2eo
    @sanjaykumar-vx2eo หลายเดือนก่อน

    Who is interviewing whom in this video?

  • @boss-fo6jr
    @boss-fo6jr 17 วันที่ผ่านมา

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

  • @rahulkharapkar2716
    @rahulkharapkar2716 5 หลายเดือนก่อน +2

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

    • @firstyfirst
      @firstyfirst 4 หลายเดือนก่อน

      😂😂

    • @prasadlahane5486
      @prasadlahane5486 4 หลายเดือนก่อน

      tomcat, jetty are widely used for anyone looking for answer

  • @firstyfirst
    @firstyfirst 4 หลายเดือนก่อน

    In reality does sm1 get selected after answering this much?

    • @Buildprogramming
      @Buildprogramming 2 หลายเดือนก่อน +1

      No, as per my experience.

  • @BAIBHAVKUMAR-b9c
    @BAIBHAVKUMAR-b9c 5 หลายเดือนก่อน

    So

  • @garvisrobot9274
    @garvisrobot9274 วันที่ผ่านมา

    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. 😊

  • @gaurshivam
    @gaurshivam 5 หลายเดือนก่อน +6

    She explains very well

  • @shivakumarkondooru1387
    @shivakumarkondooru1387 2 หลายเดือนก่อน +3

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

  • @garvisrobot9274
    @garvisrobot9274 วันที่ผ่านมา

    Guy has not worked on any development project.

  • @prasadlahane5486
    @prasadlahane5486 5 หลายเดือนก่อน +4

    what is the source used for these questions?

    • @genz-career
      @genz-career  5 หลายเดือนก่อน

      Watch our videos

  • @nagapravallikaraja9096
    @nagapravallikaraja9096 5 หลายเดือนก่อน +7

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

  • @AshishRawat-pe5mu
    @AshishRawat-pe5mu 3 หลายเดือนก่อน +1

    Good explaination by the interviewer👍

  • @IsmaelTrochaSarmiento
    @IsmaelTrochaSarmiento 11 วันที่ผ่านมา

    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.

  • @java_lover
    @java_lover 3 หลายเดือนก่อน +1

    Good Interviewer

  • @suranjan1000
    @suranjan1000 12 วันที่ผ่านมา

    Nice content with beautiful interviewer ...

  • @PR-nb4rb
    @PR-nb4rb 17 วันที่ผ่านมา

    Ankit Kumar pubg khela band kro

  • @jashwanthgottipati9262
    @jashwanthgottipati9262 18 วันที่ผ่านมา

    Thanks for the video.

  • @expelliarmusss
    @expelliarmusss หลายเดือนก่อน

    3 years experience? Really?

  • @prajwalkande9102
    @prajwalkande9102 4 หลายเดือนก่อน

    SIB doesn't work without main method !!

  • @BAIBHAVKUMAR-b9c
    @BAIBHAVKUMAR-b9c 5 หลายเดือนก่อน +1

    Sib

  • @maikonhu706
    @maikonhu706 3 หลายเดือนก่อน +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.

    • @huyennguyenvan8094
      @huyennguyenvan8094 2 หลายเดือนก่อน

      Why doesn't she focus on which project he worked