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
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
Programmer Certification (OCPJP)
FileOutputStream
Cameron Park
Ranch Hand
Posts: 371
posted 20 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 20 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 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks Val.
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...