Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
Programmer Certification (OCPJP)
FileOutputStream
Cameron Park
Ranch Hand
Posts: 371
posted 23 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What happens when you invoke a constructor for FileOutputStream as
new FileOutputStream(SomeFile);
But there is no SomeFile the file nor SomeFile the directory?
Thanks.
Valentin Crettaz
Author & Gold Digger
Posts: 7617
6
I like...
posted 23 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
someFile cannot be a directory since it makes no sense to "write" to a directory. If no file exists one will be created.
Val
My Linked In
Cameron Park
Ranch Hand
Posts: 371
posted 23 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks Val.
What do you have in that there bucket? It wouldn't be a tiny ad by any chance ...
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
pdf byte to pdf file converstion
localhost:8080 --> mydomain.com
reading from inputstreams and writing ....
Help on org.apache.commons.net.ftp
Unicode convert problem with Jboss in Linux
More...