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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T23:22:48+00:00 2026-05-21T23:22:48+00:00

i am developing a Java Api to do things (secret, uhhhh ;). Is there

  • 0

i am developing a Java Api to do things (secret, uhhhh ;).

Is there a way to hide classes, and the internal structure of my API?

What i found until now:

  • Using inner classes (ugly way, i do not want to put all in on class file)
  • All classes in one package so that i can use the “package”-visibilty (also ugly, i need more packages)

Example:

---
package net.my.app;
//this is the Public Access
class MyPublicClass{
    public void somePublicFunction(){ 
        //access to not visibil classes
    }
}

---
package net.my.app.notvisible:
//this is what i want to hide
class MyNOTPublicClass{
    ...
}
---

Any ideas?
Thank you!

  • 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-21T23:22:49+00:00Added an answer on May 21, 2026 at 11:22 pm
    • Use interfaces to define what your
      app does
    • Create a main entry point to accesses services, returning interfaces only
    • I wouldn’t bother about actually hiding the implementation classes. You can never really hide them in Java, and those who are technically interested might just start your app with a debugger. Just provide no public constructors, for example

    Regarding this comment:

    Sean, would you elaborate a little
    more on your answer? …

    One way to implement my second bullet point I mean using a Service Lookup class, e.g.

    public class Lookup {
        private static final Foo foo = new FooImpl();
        public static Foo getFoo() { 
            return foo; 
        }
    }
    

    Foo is an interface, FooImpl an implementation class (which can be package private if you want to enforce that it can’t be instantiated by clients)

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

Sidebar

Related Questions

We are busy developing a Java web service for a client. There are two
I am developing a Java based desktop application. There are some data generated from
What modes are the best? And any tips or tricks that make developing java
I'm developing a Java application using Eclipse. My project has two source directories that
I am developing a Java desktop application and would like to have an external
I have been developing with Java for several years and last six months I
I'm developing (another) java web framework for personal use, and in addition to that
Summary: I'm developing a persistent Java web application, and I need to make sure
My team is developing a large java application which extensively queries a MySQL database
Developing a heavily XML-based Java-application, I recently encountered an interesting problem on Ubuntu Linux.

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.