Remove Duplicate Elements from Sorted and Unsorted Array in Java (Hindi)

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • #java #javatutorials #deepak #smartprogramming
    ☀ Java Development Course (Upto 80% off) : courses.smartp...
    📞 For more details Call or What's App : +91 98887-55565
    ----------------------------------------------------------------------------------------------------
    #ArraysInJava #SingleDimensionalArray #MultiDimensionalArray #java #hindi #deepak #JavaTutorials #DeepakPanwar #OnlineTraining #OnlineClasses
    Remove Duplicates from Sorted and Unsorted Array in Java (Hindi),
    Remove Duplicates from sorted Array,
    Removing Duplicate Elements of an Array,
    Java Program to Remove Duplicate Elements from Sorted Array,
    Remove Duplicate Elements From An Array In Java,
    How to Remove Duplicate elements in Array using java | Java Important Interview Questions,
    How To Remove Duplicate Elements From An Array In Java,
    Remove Duplicate Elements from an Array (Java),
    Write a java program to print duplicates from String in java,
    Removing Duplicate Value from Array in Java.,
    How to Remove Duplicate Elements from an Array in C | Repeated Elements,
    Remove duplicate elements(nodes) from an Unsorted list,
    DELETE DUPLICATE ELEMENTS FROM AN ARRAY IN C,
    How to Remove Duplicate elements in Array using java | Java Important Interview Questions,
    Write java program to find duplicate elements in array in java?
    C program to delete an element from an array,
    How to print duplicate Elements in ArrayList in Java Tutorial,
    How to remove the duplicates From String in java?
    Find Duplicate Elements in an Array in Java (Hindi) || Using 3 Different Ways,
    ------------------------------------------------------------------------------------------
    Follow Me On Social Media :-
    ► Website : www.smartprogr...
    ► Instagram : / smart_programming
    ► Facebook : / smartprogramming.india

КОМЕНТАРІ • 149

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

    🚩🌳Professional Courses + Projects (Upto 80% off) 🌳 courses.smartprogramming.in
    🔴 Core Java Playlist : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
    🔴 Advance Java Playlist : ua-cam.com/play/PLlhM4lkb2sEjVsbbZ_kiixY5CcR84IQUg.html
    🔴 Android Playlist : ua-cam.com/play/PLlhM4lkb2sEhdllbTIVF0rzD0coCiuHok.html
    =====================================
    ▶ Core Java Chapter-wise Playlist ◀
    ⭕ 9. Collection Framework in Java | Java Data Structure : ua-cam.com/play/PLlhM4lkb2sEiOcuH1g-CUuU288qmMNpyj.html
    ⭕ 8. Multithreading in Java : ua-cam.com/play/PLlhM4lkb2sEh1pBs0KBb63PlKKqRx6M1a.html
    ⭕ 7. Strings In Java : ua-cam.com/play/PLlhM4lkb2sEh8AARH5oEivYOrMgaVsPFb.html
    ⭕ 6. Exception Handling : ua-cam.com/play/PLlhM4lkb2sEjaU-JAASDG4Tdwpf-JFARN.html
    ⭕ 5. OOP's Concepts : ua-cam.com/play/PLlhM4lkb2sEhf5NlWeYh_gdcN49pHjVP0.html
    ⭕ 4. Arrays in Java : ua-cam.com/play/PLlhM4lkb2sEi4UoqSmobDeA5VNI1f2w3C.html
    ⭕ 3. Control Statements : ua-cam.com/play/PLlhM4lkb2sEgQmNKO43i7v60no4bdc3lI.html
    ⭕ 2. Java Introduction : ua-cam.com/play/PLlhM4lkb2sEj6zsK25K9f15qNUATqYxGq.html
    ⭕ 1. Programming Basic Terminologies : ua-cam.com/play/PLlhM4lkb2sEhwPZhFmlox57kaCgMm5UgC.html
    =====================================
    ▶Advance Java Chapter-wise Playlist ◀
    ⭕ 1. JDBC (Java Database Connectivity) with MySQL : ua-cam.com/play/PLlhM4lkb2sEjDXBqaYbwAoDAQKh2yczR7.html
    ⭕ 2. Servlet & JSP Tutorials for Beginners : ua-cam.com/play/PLlhM4lkb2sEiiEAP0uSFXiFY8KdXPnN0f.html

  • @divyad9144
    @divyad9144 2 роки тому +7

    At first I skipped watching this video due to language problem, but to this java program I didn't get proper explanation from other channels, so again I came back and started watching your video, now I feel language is not an issue when the explanation is crystal clear, anyone can understand it easily,, thanks a lot for explaining everything so clear👏👏

  • @rajansingla5516
    @rajansingla5516 5 років тому +8

    Sir, In HashSet all values are inserted according to some Hashcode of values !! But here at the end while printing HashSet values, all values are inserted according to ascending order(i.e. default natural sorting) !!
    According to the HashSet Concept, we can't expect this type of sorting ....I have only one doubt that how these values are inserted according to default natural sorting instead of printing unsorted wise !!??
    And Rest,,,,, Great Lecture sir, Your videos keep me happy and motivated !! Durga sir and you are my true Inspiration for which I can't give up. Thanx for being there for us !! stay Blessed and happy always !! :)

  • @rahulsingh-op9bu
    @rahulsingh-op9bu 3 роки тому +5

    First I like then comment and then watch ur videos....becoz u r my hero....u r great a human..

    • @SmartProgramming
      @SmartProgramming  3 роки тому

      Thank you for showing respect. Keep sharing with your friends too.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @abhiatYT
    @abhiatYT 4 роки тому +1

    Use this concept :
    public class FindDuplicates {
    public static void main(String[] args) {
    int a[] = { 80, 70, 50, 50, 30, 10, 20, 10 };
    System.out.print("Before Sorting: ");
    for (int i = 0; i < a.length; i++) {
    System.out.print(a[i] + "\t");
    }
    System.out.print("
    After Sorting: ");
    // sorting the elements
    for (int i = 0; i < a.length; i++) {
    for (int j = i + 1; j < a.length; j++) {
    if (a[i] > a[j]) {
    int temp = a[i];
    a[i] = a[j];
    a[j] = temp;
    }
    }
    }
    // After sorting
    for (int i = 0; i < a.length; i++) {
    System.out.print(a[i] + "\t");
    }
    System.out.print("
    After removing duplicates:");
    int j = 0;
    a[j] = a[0];
    for (int i = 0; i < a.length; i++) {
    if (a[j] != a[i]) {
    j++;
    a[j] = a[i];
    }
    }
    for (int i = 0; i

  • @priyankatamma4735
    @priyankatamma4735 5 років тому +18

    Hi Deepak, Your videos are very clear and simple and you explain very well, Can you please add videos on String manipulation programs and also Collections theory and programs

    • @SmartProgramming
      @SmartProgramming  5 років тому +1

      Hello priyanka tamma,
      Thanks a lot for your valuable feedback and support, keep learning.
      Sure, after exception handling concepts string manipulation programs and then collections will be uploaded, thank you.
      Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html
      5. Exception Handling in Java : ua-cam.com/video/y-NlcLcxiKY/v-deo.html

  • @destroyer620
    @destroyer620 3 роки тому +1

    Date and time operation pe ek video banado bhai isc java me bohot important hai

  • @ganeswargadde3151
    @ganeswargadde3151 4 роки тому +2

    I want a program which is like my name is "sachin ramesh tendulkar sastri" I want this name as s.r.t.sastri

  • @pratapjavasingh3239
    @pratapjavasingh3239 5 років тому +1

    when i enter the number like "aaaaabbbbqqqqqjjj" then oput will display like this" 5a4b5q3jjj" without predefined method and not use collection

  • @lkpramanik764
    @lkpramanik764 4 роки тому +6

    Sir , I think no one teacher is as good as you. I love your teaching style and process. 🙏🏼🙏🏼🙏🏼🌹🌹🌹🌹🌹🌹

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @SankalpDaily
    @SankalpDaily Рік тому +1

    Hashset method was very easy
    Thank you sir❤🙏

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

    i am telugu person i dont know hindi but i understand your teaching very nice i feel very happy thankyou sir

    • @SmartProgramming
      @SmartProgramming  Рік тому +1

      You are most welcome.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @swag27582
    @swag27582 5 років тому +6

    The of you explained super everyone can understand ,i am week in pogramming but after seeing your video i can do .cz you explained every bit by bit.plz sir after geeting more suscribe dont change your way of teaching.thanks a lot sir

    • @SmartProgramming
      @SmartProgramming  5 років тому +1

      Hello Swagatika Mohapatra,
      Thanks a lot for your valuable feedback and support.
      If you are new, Please subscribe to get updates about new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the link of all the progrms shown in starting of the videos, thank you.Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html

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

    Very nice job sir......god bless you.....your channel will grow more day by day.....Thanks for this wonderful content....

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

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @farhansoftdvlpr8472
    @farhansoftdvlpr8472 4 роки тому +1

    Thank u Sir , your videos are very helpful for me ever

  • @NansGaming_YT
    @NansGaming_YT 5 років тому +2

    Sir . Please give the program for magic number.. today I got rejected from a company only because of magic number program

    • @SmartProgramming
      @SmartProgramming  5 років тому +5

      ohh, sorry for that, below is the program :
      import java.util.Scanner;
      public class MagicNumber
      {
      public static void main(String args[])
      {
      Scanner ob = new Scanner(System.in);
      System.out.println("Enter the number to be checked.");
      int n = ob.nextInt();
      int sum = 0, num = n;
      while (num > 9)
      {
      sum = num;
      int s = 0;
      while (sum != 0)
      {
      s = s + (sum % 10);
      sum = sum / 10;
      }
      num = s;
      }
      if (num == 1)
      {
      System.out.println(n + " is a Magic Number.");
      }
      else
      {
      System.out.println(n + " is not a Magic Number.");
      }
      }
      }

  • @thiestmayank
    @thiestmayank 4 роки тому +2

    Amazing Sir. Using collection I knew but without collection you made it easy for me now. Thanku.

  • @kumarsingpatil7117
    @kumarsingpatil7117 3 роки тому +1

    Sir plz post collection videos

  • @Algorithm_Ascendant
    @Algorithm_Ascendant Рік тому +1

    thank you sir easy to understand

  • @xhzhxhbbxbdbdbdh
    @xhzhxhbbxbdbdbdh 5 років тому +1

    what if we first sort the unsorted array and then apply the basic method.will it run or not?

  • @shivatomar4319
    @shivatomar4319 4 роки тому

    This will only print the elements we want and remove the extra zeros !
    import java.util.*;
    class main{
    public static void main(String[] args){
    int arr[]={1,1,2,3,4,5};
    Arrays.sort(arr);
    int j=0;
    int count=0;
    int temp[]=new int[arr.length];
    for(int i=0;i

  • @PiyushSingh-rn9zl
    @PiyushSingh-rn9zl 3 роки тому +1

    Hi Deepak can you please add videos on string programs your videos are very helpful

  • @vidhyashrim5757
    @vidhyashrim5757 5 років тому +7

    thank you so much sir , though i dont understand hindi u made it very clear with the pictorial explanation

    • @SmartProgramming
      @SmartProgramming  5 років тому

      Hello vidhyashri rao,
      Thanks a lot for your valuable feedback and support. Will try to improve my language for more understanding.
      If you are new, Please subscribe to get updates about new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the link of all the progrms shown in starting of the videos, thank you.Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html

  • @v2factsandupdates327
    @v2factsandupdates327 Рік тому +1

    Very good tutorial sir

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

      Keep watching.
      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @shwetabharti8756
    @shwetabharti8756 3 роки тому +3

    U r great sir....u make this logic soo easy for us....bcz of ur explanation ....great teacher🙏🙏😊😊

    • @SmartProgramming
      @SmartProgramming  3 роки тому

      Thanks a ton. Keep watching.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @poojagawande6383
    @poojagawande6383 5 років тому +1

    Sir muze removing duplicates from string ye code chahiye but wo mil nhi rha he

  • @ajit287
    @ajit287 5 років тому +1

    Sir can you make a tutorial on seggregation of array.....

  • @santhosh285
    @santhosh285 4 роки тому +2

    Hi bro, please upload videos on Algorithms.

  • @yadavom2001
    @yadavom2001 Місяць тому

    Sir aap koi apna DSA ka course leke aao complete 😊😊😊😊 paid

  • @angelina101100
    @angelina101100 2 роки тому +1

    Thank you so much !!

  • @hasimhsm9731
    @hasimhsm9731 Рік тому +1

    Very informative

  • @madhavbhaykar1410
    @madhavbhaykar1410 4 роки тому +1

    sir plz also add other data structure video also like linked list , stack, queue your way of teaching is to good..........

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Will upload soon.
      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @shubhamgupta8248
    @shubhamgupta8248 Рік тому +1

    Sir you should make much much more videos as your style is superb of teaching

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

      Thank you, and yes, we are working on more videos. Till then keep watching.
      🤗
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @nehapathak2276
    @nehapathak2276 3 роки тому +1

    Thanks You.

    • @SmartProgramming
      @SmartProgramming  3 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @abhimanyukumar986
    @abhimanyukumar986 4 роки тому +1

    all clear sir

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @usamazahidkhan2249
    @usamazahidkhan2249 2 роки тому

    Dear Sir This video saved my Life

  • @Gk-motivation8081
    @Gk-motivation8081 2 роки тому

    excellent sir ji , thanks sir ji

  • @ARIKATLAHARIPRIYAMIS
    @ARIKATLAHARIPRIYAMIS 3 роки тому +2

    your tutorials helped me a lot. Thank you so much...

  • @ashfaaqhusaynlotun2543
    @ashfaaqhusaynlotun2543 4 роки тому +2

    Awesome videos.very helpful for the studies.Thanks a lot :)

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @SANJAYKUMAR-gn9dv
    @SANJAYKUMAR-gn9dv 5 років тому

    Thnks sir for such a good Logical concept. @Reverse a Sentence ka program Banao ,with or without using @Split function.

  • @studymaterialinfo
    @studymaterialinfo 2 роки тому

    The great tutor... please make all the dsa questions video...

  • @r-craft4225
    @r-craft4225 3 роки тому

    Thank you so much your video help me alot....

  • @aniketchavan41
    @aniketchavan41 5 років тому

    hi Sir, muze yeh batana hai ki maine y remove duplicate element program same as run kiya but maine jo element 23 45 43 nos liy per run kiya to sorted nahi aa rha

  • @rohitranjan7322
    @rohitranjan7322 5 років тому

    thanks alot for his video.very nice.. but if i want to count no of repeation of number??

  • @bharatmaurya8149
    @bharatmaurya8149 4 роки тому +1

    Sir collections of videos upload kre .
    I request sir.

  • @dilkiwrites9667
    @dilkiwrites9667 3 роки тому

    Thank you sir

  • @ravikishankumar332
    @ravikishankumar332 4 роки тому +3

    Sir i watched your all videos of Java...It helped me a lot...thank you so much😊😊😊😊

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @SonuKumar-uq2rb
    @SonuKumar-uq2rb 2 роки тому

    majja aa gya vedio dekh k kya pdhate ho bhai jabardast ho bhai aap. God bless u...

  • @shaik6765
    @shaik6765 5 років тому +2

    Hi sir
    Agar string suppose communicate me m double tymes aa rha hai to hum duplicate letters ko kaise print kare?

    • @SmartProgramming
      @SmartProgramming  5 років тому

      Hello shaik6765,
      These types of cases will be explained in string tutorials very deeply, keep learning.
      Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html

  • @chakri2622
    @chakri2622 2 роки тому

    100 % recommend channel
    I really love the videos

  • @subhajitmondal525
    @subhajitmondal525 4 роки тому

    how to remove the zeros

  • @ABDULKALAM-ig2dd
    @ABDULKALAM-ig2dd Рік тому

    nice explanation 👍

  • @ronakshah6336
    @ronakshah6336 4 роки тому

    Thank u with your video I got placed in mnc company

  • @9arendra143
    @9arendra143 5 років тому

    We can remove duplicacy from a u sorted array with out collections

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

    Thank you sir

  • @KRajesh-ej7dy
    @KRajesh-ej7dy Рік тому +1

    U r explanation is awesome sir 😁

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

      Thanks a ton and Keep watching.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @archanaph4781
    @archanaph4781 3 роки тому +1

    Very usefull class.. Thank you sir

    • @SmartProgramming
      @SmartProgramming  3 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @habeebshaik6207
    @habeebshaik6207 5 років тому +1

    Hi Deepak,
    You are the best trainer and thanks for your clear explanation.

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

    u r the beast teacher sir love from kanpur

  • @monukumarmodi6551
    @monukumarmodi6551 5 років тому

    Create a Java Programme in which if input is = abacab than output is =a3b2c1

  • @shikhaawasthi5333
    @shikhaawasthi5333 4 роки тому +1

    you explained very nicely....thanks

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @sandeeppagare2212
    @sandeeppagare2212 2 місяці тому

    Nice Video......

  • @VishalKumar-rk5dg
    @VishalKumar-rk5dg 2 роки тому

    the way u explain,is amazing sir❣️❣️

  • @debasispaul7182
    @debasispaul7182 4 роки тому

    Deepak sir plz give programming on removing duplicates of character in string....

  • @tejaswiniahire7782
    @tejaswiniahire7782 3 роки тому

    u saved my time thank u sir. very easy explanation😊

  • @vinitgrover3570
    @vinitgrover3570 4 роки тому +1

    best tutor of java in Hindi language. .👌

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @pavanverma3740
    @pavanverma3740 5 років тому

    Sir me 8th semester me hu mujhe job ki jarurt he . Kahi pr job ho to bataiye mujhe sir

  • @chetanbhole6009
    @chetanbhole6009 2 роки тому

    Thanks sir for clear explanation

  • @abby9192
    @abby9192 5 років тому

    Please make this video in English

  • @debasispaul7182
    @debasispaul7182 4 роки тому

    give concepts on string....deepak sir

  • @kamranmdkamran7542
    @kamranmdkamran7542 4 роки тому

    Nyc one

  • @jaiswalgaurav957
    @jaiswalgaurav957 3 роки тому

    Best 🔥

  • @payalnishad1854
    @payalnishad1854 2 роки тому

    Thankyou so much sir.. I wish I could find you during my college days so that i would have been pro at coding till now. 👍🙏but as I have found you. Now I will definitely be pro at coding just because of you 🙏 thankyou again for changing million people life 👍god bless you. Live long 🕉

  • @vishalgondalia8721
    @vishalgondalia8721 2 роки тому

    Deepak sir,I see many videos for this problem but no one explain the way you do,great sir ,thank you

  • @Dubai_6
    @Dubai_6 5 років тому

    Awesome sir..I have run this program in ide ..

  • @amangupta9949
    @amangupta9949 4 роки тому

    Sir love your explanation and concept

  • @ManojKumar-ke7lb
    @ManojKumar-ke7lb 5 років тому

    sir your videos are very helpful to us.

  • @girijasankarpradhan2130
    @girijasankarpradhan2130 4 роки тому

    Hi Sir Your way of explain was awesome , Can u add video about thread.

  • @rizvihassan1051
    @rizvihassan1051 5 років тому +1

    Nice teach sir 😊👍💖👌aap itna achche se samjhate h ki saara doubt clear ho jata h

    • @SmartProgramming
      @SmartProgramming  5 років тому

      Hello rizvi hassan,
      Thanks a lot for your valuable feedback and support.
      If you are new, Please subscribe to get updates about new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html

  • @dadakshirsagar932
    @dadakshirsagar932 5 років тому +1

    Sir, please string ke program ke bhi video banao.

    • @SmartProgramming
      @SmartProgramming  5 років тому

      Hello Dada Kshirsagar ,
      we will upload it soon
      Thanks a lot for your valuable feedback and support.
      Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html?

  • @keerthidammu7700
    @keerthidammu7700 4 роки тому

    Thankyou soo much.. sir

  • @bijaykishorepatra8113
    @bijaykishorepatra8113 5 років тому

    Very good explanation sir... God bless you.

  • @akshatakatnalli1783
    @akshatakatnalli1783 5 років тому

    Ur voice is so cleared and clear cut explanations in all programs

  • @souravsaha1561
    @souravsaha1561 5 років тому

    Thank your sir your way of teaching is excellent...

  • @premasubramanian1486
    @premasubramanian1486 4 роки тому

    hello sir your videos are very clear and simole but effective , thank you for helping us sir

  • @madhavbhaykar1410
    @madhavbhaykar1410 4 роки тому +2

    Sir thanks very very much for covering array in details from basic to intermediate

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @hiteshwarkaimwal
    @hiteshwarkaimwal 5 років тому

    awesome explaination sir..........

  • @akshatakatnalli1783
    @akshatakatnalli1783 5 років тому

    Nice teaching sir super...

  • @amanprasad6456
    @amanprasad6456 4 роки тому +1

    Sir you are GREAT!!

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @asmitakanawade4291
    @asmitakanawade4291 5 років тому +1

    Hello Sir, It is very helpful video. I have executed program for sorted array, Using 'a.length-1' it is still showing exception but if I use 'a.length-2' then program executes fine. I am not getting reason behind. Plz help.

  • @NehaSingh-sz1pi
    @NehaSingh-sz1pi 5 років тому

    Hi Sir can you please make some videos on collection frame work as well..

  • @raavan7119
    @raavan7119 4 роки тому

    Thank you so much sir..

  • @anmolgarg1745
    @anmolgarg1745 5 років тому +3

    Sir, your coding videos are very interesting, Can i join your coding classes of java and Data structure remotely?

    • @anmolgarg1745
      @anmolgarg1745 5 років тому +1

      Could you please share your coding videos link serially, one after another . so that it is easy to watch videos.

    • @SmartProgramming
      @SmartProgramming  5 років тому

      sure, you can join online classes, mail me all your details on smart.programming.2101@gmail.com. thank you, keep learning.

    • @SmartProgramming
      @SmartProgramming  5 років тому

      Channel link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html

  • @ChandraMouli-zj8hj
    @ChandraMouli-zj8hj 5 років тому +2

    Super sir...

    • @SmartProgramming
      @SmartProgramming  5 років тому

      Hello telugu duds..!!
      Thanks a lot for your valuable feedback and support.
      Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html?

  • @ruplal8214
    @ruplal8214 5 років тому +1

    Plz take value from keyboard

    • @SmartProgramming
      @SmartProgramming  5 років тому

      i have created many programs without it but will create next programs by Scanner class, taking user input, sorry for inconvenience, thank you, keep learning.
      Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html

  • @prasannayadav6226
    @prasannayadav6226 5 років тому +1

    awesome video sir Thank you so much sir!!

    • @SmartProgramming
      @SmartProgramming  5 років тому

      Hello prasanna yadav,
      Thanks a lot for your valuable feedback and support.
      If you are new, Please subscribe to get updates about new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html

  • @Dreamriter
    @Dreamriter 5 років тому +1

    write a program to transform input array into output array.
    Input Array : 2,4,8,5,12,15,6,10,7,30,25,43,46,45,21
    Output Array : 2,4,8, 12, 6, 7, 43,46,21, 5,15,10,30,25,45
    How to solve it bro please help

    • @SmartProgramming
      @SmartProgramming  5 років тому +1

      Hello P S,
      Thanks a lot for your valuable feedback and support, keep learning.
      You can do this just by using if else condition while iterating the array.
      Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html
      5. Exception Handling in Java : ua-cam.com/video/y-NlcLcxiKY/v-deo.html

    • @Dreamriter
      @Dreamriter 5 років тому +1

      @@SmartProgramming you are very helpful bro.you teach clearly
      Thanks

    • @SmartProgramming
      @SmartProgramming  5 років тому

      @@Dreamriter thanks a lot for your feedback, keep learning.

  • @anamika9479
    @anamika9479 4 роки тому +2

    Sir please create a playlist of your program in sequence wise it will help a lot .Thanku for making us brilliant In programming.😊

    • @SmartProgramming
      @SmartProgramming  4 роки тому +2

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @Karthik-dk6ln
    @Karthik-dk6ln 3 роки тому

    Hii sir. your explanation is superb. I know little bit Hindi only but I am understanding your videos very easily. Thank you sir

  • @bihariunfold9063
    @bihariunfold9063 5 років тому

    Input={ 6,8,21,31,8,5,7,9,5}
    Output=52//21+31
    16 //7+9
    Add the elements between duplicate element