Java Annotations | @Deprecated

Поделиться
HTML-код
  • Опубликовано: 30 янв 2020
  • Java Annotations
    @Deprecated
    Annotations are a very important part of Java in modern technologies, Most of the technologies such as Hibernate, Spring, Spring Boot, JPA and so Many other Libraries are using annotations and making developers life lot easy.
    In this, Special Edition Series, we will discuss Java Annotations in details, also we will discuss various annotations and how to use them.
    In this tutorial, we have discussed,
    General Annotation
    - @Deprecated
    Comment your questions and I will try my best to provide an answer.
    Like | Share | Subscribe.

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

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

    Thanks a lot!

  • @akaris8042
    @akaris8042 3 года назад

    Well explained , thanks

  • @guruprasadkarlekar962
    @guruprasadkarlekar962 2 года назад

    Nice explanation

  • @prajwalmj2643
    @prajwalmj2643 3 года назад

    Awesome ... My doubt way cleared now

    • @prajwalmj2643
      @prajwalmj2643 3 года назад

      I am having another doubt ..can you please make a video on that
      ArrayList studentList = new ArrayList();
      studentList.add(new Student("Sujit", 1));
      studentList.add(new Student("Siddharth", 2));
      studentList.add(new Student("Karanpreet", 3));
      studentList.add(4,new Student("Hari", 4));
      studentList.add(3, new Student("Tricha", 5));
      why this code show an error

  • @priyagade8788
    @priyagade8788 3 года назад +1

    Thank you

    • @JRACADEMY
      @JRACADEMY  3 года назад

      Thanks for watching videos...

    • @bharat_news433
      @bharat_news433 11 месяцев назад

      @@JRACADEMY can you give a example by giving custom message to endpoint using the @Depricated

  • @rishimegharaj2913
    @rishimegharaj2913 Год назад

    What does deprecated means it is deleted? Or still existing but will be deleted? Please clear my doubt anyone