Edit text files

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

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

  • @keilebron2493
    @keilebron2493 11 หลายเดือนก่อน +1

    thank you! this works for me!

  • @roselynw1872
    @roselynw1872 6 ปีที่แล้ว +1

    tysm, been hours searching for this thing and finally found it

  • @mrhaques
    @mrhaques 3 ปีที่แล้ว +1

    thanks bro you saved my life

  • @morsheduzzamanarman9667
    @morsheduzzamanarman9667 4 ปีที่แล้ว +1

    Thanks man!!!!Your code really helped me a lot.....

  • @nursyahrina4077
    @nursyahrina4077 2 ปีที่แล้ว

    Thankk you soo much whole day i find the tutorial bruhhh😭😭

  • @Ale21sk8
    @Ale21sk8 8 ปีที่แล้ว +1

    ¡Thank you very much! ¡Greetings from Costa rica! :D

  • @hardwellkevin7544
    @hardwellkevin7544 5 ปีที่แล้ว +1

    It worked! Thanks!

  • @patrickrenzoclaro9819
    @patrickrenzoclaro9819 6 ปีที่แล้ว

    holy crap, this is exactly what I need. thank you so much!

  • @johnsonlim2504
    @johnsonlim2504 4 ปีที่แล้ว

    can the array store 2 types of data like String and Integer?
    i got 2 types of data but I want update them in tgt in the txt file

  • @bacardilove1981
    @bacardilove1981 2 ปีที่แล้ว

    hello there could u pls help me with that. i want to load and see the txt file and then i want to edit it. could u pls help me with that

  • @POP-xx6lr
    @POP-xx6lr 7 ปีที่แล้ว

    I have a question.
    Why did it override the data in text file? Isn't println() suppossed to write below the original?

    • @mushfau
      @mushfau  7 ปีที่แล้ว

      if you want to append new data to the end of file, you can open the file in append mode
      new FileWriter("myfile.txt", true)
      docs.oracle.com/javase/8/docs/api/index.html?java/io/FileWriter.html
      but in this case in the video, we are trying to update/edit a file, the changes are done in the array and it is written over the previous data, so no need of appending

    • @POP-xx6lr
      @POP-xx6lr 7 ปีที่แล้ว

      Mushfau Saeed Thank you very much

  • @alkasimmunir5175
    @alkasimmunir5175 7 ปีที่แล้ว +1

    tnks soooo much

  • @MM_mm1234
    @MM_mm1234 4 ปีที่แล้ว

    please : Have problem >>>in java netbeans 8.2 is not found Scanner ?
    how can i fix?

    • @mushfau
      @mushfau  4 ปีที่แล้ว

      try importing the package
      import java.util.Scanner;

  • @drinking522
    @drinking522 4 ปีที่แล้ว

    bro what if my data is like a line
    ID01
    Name
    Password
    how can delete or edit this 3

  • @vinnmc1751
    @vinnmc1751 7 ปีที่แล้ว

    are you graduated from Asia Pacific University?

    • @mushfau
      @mushfau  7 ปีที่แล้ว

      ManChun Tan yup

    • @mushfau
      @mushfau  7 ปีที่แล้ว

      you can find me in fb easily...you can msg

    • @Elisven-zt4yz
      @Elisven-zt4yz 3 ปีที่แล้ว

      @@mushfau can i private message to you? i didn't find you on fb

    • @mushfau
      @mushfau  3 ปีที่แล้ว

      @@Elisven-zt4yz can email me mushfau@gmail.com