answersLogoWhite

0

In a desktop computer, with a slide-out optical unit, you open the tray and then you can place either a glass, a cup or a jar in the center hole to hold it

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you run jar file on computer?

you can play the jar files by transfer it in to nokia mobile phones


How do you use jar file in java?

JAR stands for JAVA Archive File. You can archive a number of java class files into an archive and form a JAR. If you place the JAR in a particular location in the computer and then add the path to the JVM Class path, the JVM will be able to recognize references to classes that are present in the JAR.


Where do computer cookies reside?

in the cookie jar


How can you use jar in a sentence?

the jar is broken


Who plays jar jar binks on star wars?

Jar Jar is voiced by a Jamaican dancer named Ahmed Best, who also performed Jar Jar on the set during principle photography. His on set performances were mostly replaced with a computer generated image based on his acting, although there are a few shots that use motion capture by Ahmed, and one single shot in Phantom Menace of Jar Jar's arm that was really Ahmed's arm in make-up.


How do you use the verb jar in a sentence?

I will jar you after school.


Which simpsons episode does homer have to use a swear jar?

It's the one where he swears and has to use a swear jar.


How to use jar in a sentence?

The cookie jar was open and he took one of the cookies.


What does a cookie jar use a simple machine?

A cookie jar uses a screw.


Should you use is or are with the sentence How many pieces of candy are in a jar or is in a jar?

Pieces of candy is plural; how many pieces are in a jar.


What is computer applications and utilities?

the type of an application(.bat, .exe, .jar) etc.


What command lines extract the contents of jar file tools.jar?

To extract the contents of a JAR file like tools.jar, you can use the jar command or unzip. Using the jar command, the syntax is: jar xf tools.jar Alternatively, you can use the unzip command: unzip tools.jar Both commands will extract the contents of the JAR file into the current directory.