The internals tag denotes questions about how things work, as opposed to how to accomplish something specific.
In C# you can mark a class as internal so that it is only accessible from within the same package. …
java class access-modifiers internalIs there a way to disable restrictions of javac 1.6.0_22 that prevent me from using JRE internal classes like sun.awt.…
java javac internalI would like to write a class library which creates for me a complex object but should only be exposed …
c# unit-testing wrapper internalHeroku showing this message on the page: "internal server error" This error is showing in console: GET https://frozen-gorge-82417.herokuapp.…
heroku server internal internal-server-errorWith jQuery you can bind functions to an event triggered on a DOM object using .bind() or one of the …
jquery events event-handling storage internalI'm trying to provide my users with the ability to use either external or internal storage. I'm displaying both images …
android internal android-videoviewI really don't get it. If the base class is abstract and only intended to be used to provide common …
c# inheritance internalI'm wondering if it's possible to access internal class variables from other project in c#. I know that is impossible …
c# internal