4 Years Experienced Java Spring Boot Interview

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Free Mock Interview Program (This is for subscribers only, please subscribe if you haven't yet): forms.gle/TU6i...
    This Video contains:
    java spring boot interview questions for 4 years experience
    Java Spring boot interview
    Core Java Interview
    spring boot interview questions and answers
    java interview questions and answers

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

  • @gautamnegi4128
    @gautamnegi4128 4 месяца назад +1

    Can't we use stream and distinct method and collect it to a list or a LinkedHashSet for removing duplicate and collect it back to list?

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

      Yes, we can! But the ask was not to use stream API over the second question.

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

      He specifically asked not to create another arraylist so in this case we can use bubblesort or selection sort

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

      @@onkaringole7346 correct! I didn't recall at that time. 😊 Arrays.sort().

  • @LIN30Sec
    @LIN30Sec 29 дней назад +1

    //first Question
    List list = Stream.of(1,0,1,0,1,0,1).sorted(Comparator.reverseOrder()).collect(Collectors.toList());
    System.out.println("list=>"+list);
    List duplicateRemovalList = Stream.of(0,1,1,2,3).distinct().collect(Collectors.toList());
    System.out.println("duplicateRemovalList=>"+duplicateRemovalList);

  • @priyankaParsewar
    @priyankaParsewar 4 месяца назад +1

    Can you make videos for 10 years of experience??

    • @genz-career
      @genz-career  4 месяца назад

      Dont have any candidate of 10 yrs exp

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

    Hi sir,I am fresher it is good to learn java and spring boot to get a job in 2024

    • @genz-career
      @genz-career  4 месяца назад

      Yes

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

      @@genz-career please reply at my comment i want to know is it correct or not

    • @naveen-metta
      @naveen-metta 4 месяца назад +2

      For Freshers if your goal is start ups companies then Java may not be the best choice. For Service Based MNC's Java is good but still you may not get java related work.

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

      @naveen-metta What do you think is best for startups...django, fast api, flask, go .
      Or js frameworks ​

    • @naveen-metta
      @naveen-metta 3 месяца назад

      @@saigovardhanveggalam6511 in my network most of the people with React.js knowledge are going into start ups as freshers. So you can try for front end development. It's easy ( as you'll just need to learn React.js and Javascript at depth) and interesting to learn. But competition will be high as well so you need the best resume possible to get interview calls. If you get offers from Service based like TCS, Wipro, Accenture, Infosys, Capgemini, Cognizant, Tech Mahindra, Hexaware etc. then blindly join them ( even if you get 20k per month it's fine, just survive for just 2 years ) , gain 2+ years of experience there and switch into Java developer it'll be easier.

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

    Bro I tried to reach you soo many times but no response 😢