I\'m sure you all know the behaviour I mean - code such as:
Thread thread = new Thread(); int activeCount = thread.activeCount();
provokes
Short answer - the language allows it, so its not an error.