Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7495815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:20:24+00:00 2026-05-29T18:20:24+00:00

Should the File class be used systematically when dealing with files or are there

  • 0

Should the File class be used systematically when dealing with files or are there cases where it’s ok to use Strings to represent the path and filename?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T18:20:25+00:00Added an answer on May 29, 2026 at 6:20 pm

    If you take a look at the various file stream / reader / writer classes that take either a String or File, you’ll see that the constructor that takes a String is convenience overload for the constructor that takes a File. In other words, the String constructor typically creates a File from the pathname string and calls the other constructor.

    So using the File version potentially saves constructing new File objects.

    On the other hand, a File instance will occupy more memory than the equivalent String, and the cost of creating a File instance is small compared with the cost of opening and reading / writing a file.

    The bottom line is that it probably doesn’t matter for a small-scale application from a performance perspective. With a large scale application the most appropriate approach depends on what the application is actually doing; e.g. whether or not it is repeatedly using the same files.


    And as the comments say, there are other ways to “denote” files / paths as well; e.g. “file:” URLs and the Java 7 Path class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As we know to generate a class file there should be atleast one class
Should each class in my C# project get its own file (in your opinion)?
Should you declare the getters/setters of the class inside the .h file and then
What type of iPhone application file should I use? Before, I was trying to
Should I use the resource file directly in the aspx page like <asp:Literal ID=userManagementSave
Where is it wisest to include files in a PHP class file? For example
Where should resource files go and at what granularity (application/assembly/namespace/class/...)? Using a layered architecture
Is it possible to use the OpenFileDialog class select a file OR folder? It
All, I have a class file that is used to store all the constants
I've got a class outputInterface; that should handle the output (to files) of some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.