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

  • Home
  • SEARCH
  • 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 967351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:18:05+00:00 2026-05-16T02:18:05+00:00

This is probably obvious, so bear with me. YES, I KNOW THAT java.io.File has

  • 0

This is probably obvious, so bear with me.

YES, I KNOW THAT java.io.File has no default constructor.
The problem is that When I try to extend java.io.File, it says “Cannot find constructor File() in java.io.File” even though I am overriding the default constructor in java.lang.Object.

Here is my code:
AbsRelFile.java

import java.io.File;
public class AbsRelFile  extends File {
    File f;
    private AbsRelFile(){

    }
}

This gives me an error, even though I am overriding the constructor.

NOTE: This class is not finished. Don’t make a comment about why wouldn’t I need this or a comment about how this class is useless. I just started writing it before I got this Error.

  • 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-16T02:18:05+00:00Added an answer on May 16, 2026 at 2:18 am

    Because you didn’t make an explicit call to super(...) in your default constructor, it is implicitly attempting to call the default constructor for the super class, which, as you point out, doesn’t exist in this case (the case of super being a File). The solution to your problem is to make a call to the super constructor in your default AbsRelFile() constructor. If you wan’t to provide a default constructor for your class, you’re going to need to call super(...) with some default values.

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

Sidebar

Ask A Question

Stats

  • Questions 513k
  • Answers 513k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I ended up just making it not static. If a… May 16, 2026 at 5:55 pm
  • Editorial Team
    Editorial Team added an answer Is there a DEFAULT header? If I just send some… May 16, 2026 at 5:55 pm
  • Editorial Team
    Editorial Team added an answer The integerValue method is a perfectly fine way to convert… May 16, 2026 at 5:55 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I barely know a thing about compression, so bear with me (this is probably
I know this is probably really obvious, but I cannot figure out why I
This is probably obvious, but I'm a bit of a newbie and have spent
This is probably really obvious and I'm being dense. In C# I can do
This is probably really obvious and simple - but it isn't to me with
This will probably be obvious but I can't find the best way. I want
Sorry this is probably a stupid question, as I couldn't find anything at all
This must be really obvious, but how do I make a winsock listen to
This may be a silly question with an obvious answer, but I've pondered it
I am using this probably ugly javascript to show a text box (in a

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.