answersLogoWhite

0

That depends; if you're talking practicalities then there are a few, for example, if the judge isn't present, several events involving a death in the courtroom, people simply not listening, etc. If you're talking legalities then there are probably also a few, I'd imagine some of them are even tied into the practical eventualities already mentioned.... Come to think of it, if the judge has a throat infection and can't speak then that would be a reason... Though I'd imagine they'd be absent if that was the case. Can you be more specific?

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are some sentences with the word decorum?

Although the kids are usually a loud and energetic group, they showed a strong sense of decorum during the memorial service. If you cannot maintain a sense of decorum duing the church service, you shouldn't attend.


Can men ware shorts on PGA tour?

NO they cannot. It is considered poor decorum.


What is it that cold blooded animals cannot do?

Cold-blooded animals cannot sweat, for instance.


Should culture be used in the courtroom?

yes because if you get in trouble and you are from a different culter and you do not know the rules they cannot charge you for something YOU do not understand


How do you say cannot be in spanish?

use a form of "no poder". for instance: I cannot go. = No puedo ir.


What would be the outcome of a unicellular organism that cannot maintain homeostasis?

It will die.


How do you mine wind power?

You cannot mine it though it can be harnessed by the use of sails on boats for instance.


Can an object maintain uniform velocity when its acceleration is non zero?

No, an object cannot maintain uniform velocity when its acceleration is non zero. If an object is accelerating, its velocity will be changing over time, so it cannot maintain a constant velocity. Uniform velocity means the speed and direction of the object remains constant.


Why do you use an absolute?

An absolute is an adjective that cannot have any kind of degree of comparison. For instance, you cannot say something is "more perfect" than another thing.


Are badgers dumb?

That depends upon one's frame of reference; you cannot compare a badger to a dolphin, for instance.


A final class can have instances?

Yes. You cannot inherit a final class but very well instantiate a final class


It is perfectly legal to any instance variable inside of a static method?

No. You will get compilation errors. The complier will complain that you are trying to access non static variables from inside a static method. A static method can access only static variables.