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 6963195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:45:28+00:00 2026-05-27T15:45:28+00:00

I was fooling around with static members, I got confused when something compiled that

  • 0

I was fooling around with static members, I got confused when something compiled that I didn’t think should:

class ClassA {
    static String s = " ";
}

public class ClassB extends ClassA {
    private ClassB() { 
         s = "I feel like this shouldn't be possible."; 
    }
    public static void main (String[] args) {
        new ClassB();
        System.out.println(s);
    }
}

I don’t understand how ClassB can access the static member on ClassA. My understanding was that static information is kept with the class it’s declared on, and isn’t passed down into subclasses. Is that an incorrect assumption, or is the compiler doing something sneaky?

  • 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-27T15:45:29+00:00Added an answer on May 27, 2026 at 3:45 pm

    Not specifying an access modifier makes a member available to the whole package. Statics are class-scoped, but that doesn’t mean you can’t access them from the outside.

    If you’d make it private, you wouldn’t be able to access it.

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

Sidebar

Related Questions

I'm currently fooling around with speak.js: http://www.syntensity.com/static/espeak.html Apparently the script only allows for one
I've just been fooling around with a ListBox control that I want to style
I am fooling around with this function that says if you leave this text
import java.util.ArrayList; public class WTFAMIDOINGWRONG { public static void main(String[] args) { ArrayList<Integer> intsAR
I'm currently fooling around with AJAX. Right now, I created a Markdown previewer that
I'm fooling around with WCF, and would like to see how many messages I
I was just fooling around with some Domain Specific Language designs for a new
I'm fooling around with Yahoo! pipes and I'm hitting a wall with some regular
I was fooling around with some functional programming when I came across the need
I'm fooling around trying to learn the ins an outs of LINQ. I want

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.