Top "Internal" questions

The internals tag denotes questions about how things work, as opposed to how to accomplish something specific.

Static functions declared in "C" header files

For me it's a rule to define and declare static functions inside source files, I mean .c files. However in …

c function static internal linkage
Is there anything like an Internal class in Java?

In C# you can mark a class as internal so that it is only accessible from within the same package. …

java class access-modifiers internal
Using internal sun classes with javac

Is 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 internal
How to test internal class library?

I would like to write a class library which creates for me a complex object but should only be exposed …

c# unit-testing wrapper internal
Heroku giving 500 error with little information + Internal Server Error

Heroku 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-error
Accessing functions bound to event handlers with jQuery

With jQuery you can bind functions to an event triggered on a DOM object using .bind() or one of the …

jquery events event-handling storage internal
Sending DTMF tones over the uplink in-call

I'm working on a project that requires my app to be able to send DTMF tones on the voice's uplink …

android telephony internal dtmf in-call
Can a videoview play a video stored on internal storage?

I'm trying to provide my users with the ability to use either external or internal storage. I'm displaying both images …

android internal android-videoview
Why can't my public class extend an internal class?

I really don't get it. If the base class is abstract and only intended to be used to provide common …

c# inheritance internal
Access to internal classes from another project

I'm wondering if it's possible to access internal class variables from other project in c#. I know that is impossible …

c# internal