You are so amazing, i just got to the end of my java course in college, and i found myself here, wow!, this is so amazing! Thank You for creating this entire channel for java, its so great!
God dang Bucky you're a legend. if I end up being a computer engineer in the US, which has been my dream for quite a while, I'll donate the shit out of you. You have my word.
So what' does this only work on apple devices only? 🙁 i see that apples.java im confused' im studying it for the moment and i need to know how to make a file likeyou pls reply thanks!
Hey guys i made a silly mistake, i created a text file named it 'lestat.txt'. It was about to get me crazy but i noticed that I've actually made a file called lestat.txt.txt and that was the reason. Thought It might help
Is there anything dramatically different for the new Path and File classes starting in Java 7? If so, will there be an updated tutorial? You host my favorite tutorials because they are so easy to understand and would love have an updated one if necessary.
I dont get the difference, first you create the file x that holds the file "greg.txt", then you just change the name of the file to "fhkdjsf.txt" and now it doesn't exsist whenyou run it with that name? Shouldnät it just create a new file named "fhkdjsf"? Why does it work the first time, but not the second time?
Hey bro…. thank you for the tutorial series. Actually , i downloaded a series of tutorials from a pirated website. it starts with : " whatsupp, my name is bucky". finally i found that bucky in youtube….! what is your real name?
ya allah plz forgive me stop watching this.
I'm lowkey surprised I'm still here.
YOU ARE A GOD
The spelling errors only add to his mad genius.
Oh yeah big font. I love it.
how do u do this on Mac?
he repeats everything 2 to 3 time, love you Bucky but I understood the first time.
Does anyone else having problems with this? I don't know the path name…
Im on a mac. Plz tell me how to get pathname thx.
Thank you, Bucky!!
I like you man and you helped me a lot, thanks but AOE II is better 6:17 😉
You are so amazing, i just got to the end of my java course in college, and i found myself here, wow!, this is so amazing! Thank You for creating this entire channel for java, its so great!
Sometimes… I wonder… if I eisists…
What software is this
God dang Bucky you're a legend. if I end up being a computer engineer in the US, which has been my dream for quite a while, I'll donate the shit out of you. You have my word.
That Age of Empires 3 cameo let me know I'm watching the right guy. Also, my professor recommended you.
when u declare x, greg.txt is will be created during runtime right?
When are you going to upload your next video
OOOOoomfg, this is such a good video thank you! <3
thank you so muuucchhhh :*
if (Speed == 1.25)
return "Bucky no longer seems sick";
are you ok now bucky i am worried!?
4:54 "And make sure you type almost everything wrong, which I did! So now…"
"this thing doestnt eisists"
haha nice tutorial thanks
What a cool dude.
I tried this but the file is never created unless I wirte x.createNewFile(). Why so?
So what' does this only work on apple devices only? 🙁 i see that apples.java im confused' im studying it for the moment and i need to know how to make a file likeyou pls reply thanks!
Hey guys i made a silly mistake, i created a text file named it 'lestat.txt'. It was about to get me crazy but i noticed that I've actually made a file called lestat.txt.txt and that was the reason. Thought It might help
I love this guy
What if I need to read from a file on an external hard drive that's going to be sent to someone else for testing?
I saw that AOE 3, +Bucky do u really play it? , I am in…
Its the best game I've ever played ! !
Dont work for me , says file does not exist if i try to control did i created file or no
, so file is not created 🙁
But i write 100% code same :S
import java.io.File;
public class ReadFILE {
public static void main(String[] args){
File xxx=new File("C:\story.txt");
if(xxx.exists())
{System.out.println("EXISTs");}
else
{System.out.println("DONT EXIST");}
} }
What i am doing wrong? i have tried different path versions also 🙁
Tutorial 79 and Still going strong. You're an awesome teacher Greg
how do you create that File class you instantiate
File x = new File();
THE X FILE!!!!!
a bit simpler one after a long time
Dang it Bucky. I watched your video and got sick. Thanks a lot!
devoted to passing the knowledge …
Is there anything dramatically different for the new Path and File classes starting in Java 7? If so, will there be an updated tutorial? You host my favorite tutorials because they are so easy to understand and would love have an updated one if necessary.
I dont get the difference, first you create the file x that holds the file "greg.txt", then you just change the name of the file to "fhkdjsf.txt" and now it doesn't exsist whenyou run it with that name?
Shouldnät it just create a new file named "fhkdjsf"?
Why does it work the first time, but not the second time?
AOE 3
Hey bro…. thank you for the tutorial series.
Actually , i downloaded a series of tutorials from a pirated website.
it starts with : " whatsupp, my name is bucky".
finally i found that bucky in youtube….! what is your real name?
great works… but,did you consider to make new java tutorials? coz,its been couple of years…
Do not use absolute file names in your program, you should use a file name relative to the current directory. Not as shown
anyone else hear the crickets in the background?
Using a forward slash(/) will also do. Thanks to java. 🙂
I LOVE YOU
YOU'RE SAVING MY LIFE HERE
Subbed
Good
nice video.