Top TCS Java Interview Questions and Answers for freshers and Experienced | Code Decode

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 26

  • @lakshmichepeni6903
    @lakshmichepeni6903 Рік тому +3

    Can you please make videos on Spring webflux- Mono, flux and webclient concepts along with an example coding project for reactive programming

  • @MPRandomShorts
    @MPRandomShorts Рік тому +8

    Questions -
    0:17 What are the features of Spring?
    4:59 How do you manage memory leakage in your java application?
    12:30 Explain internals working of Concurrent Hashmap?
    23:56 Can you use lambda expression without functional interface.
    26:15 How to handle distributed transaction in microservices
    30:39 What is JWT(Json Web Token)?

  • @nitishchaudhary7777
    @nitishchaudhary7777 11 місяців тому +1

    Thank you for sharing!! Requested you to make further part for interview , that will be really helpful.

    • @CodeDecode
      @CodeDecode  11 місяців тому

      Sure Nitish 👍👍

  • @sandeeppandya6709
    @sandeeppandya6709 Рік тому +2

    Thank you ma’am, it’s really helpful. Can you please make videos on reactive, webflux, webclient using Spring boot ?

  • @sayanbiswas8847
    @sayanbiswas8847 Рік тому +4

    Waiting for more company specific interview videos

  • @kudumulasivaramakrishnared6379

    Thank you for your efforts, and if possible, post videos with data structures interview questions.

  • @shravanandkrishnaactivity4415
    @shravanandkrishnaactivity4415 8 місяців тому +1

    Thank you for sharing such in depth information

  • @mrrishiraj88
    @mrrishiraj88 Рік тому +2

    Great thanks 🎉

  • @RishiRajxtrim
    @RishiRajxtrim 4 місяці тому +1

    26:07 distributed transaction

  • @RishiRajxtrim
    @RishiRajxtrim 4 місяці тому +1

    30:23 JWT (JSON Web Token)

  • @rishiraj2548
    @rishiraj2548 8 місяців тому +1

    Thanks again

  • @amitkatgaye6535
    @amitkatgaye6535 Рік тому +2

    Hello mam
    Please create video on Kafka

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

      We already have a playlist on that Amit 👍

  • @DineshSharma-xi1lq
    @DineshSharma-xi1lq 11 місяців тому +1

    why string is immutable?

  • @shaileshhande2998
    @shaileshhande2998 6 місяців тому +1

    Please provide 7+ year question

  • @rishiraj2548
    @rishiraj2548 10 місяців тому

    25:47
    Is this understanding correct:
    a. Lambda expressions are used to define SAM
    b. Method references are used to invoke those methods when they have been defined already.