Answer Posted / uv
As far as I am aware about jar files, they are used to
archive the class files and not java files...
If you want to create a jar file for class files, you can
use following command:
cmd:\> jar cvf <name>.jar .
where (.) is for the current directory.
| Is This Answer Correct ? | 96 Yes | 34 No |
Post New Answer View All Answers
Explain about local interfaces.
What is the difference between session and entity beans?
What is message driven beam?
What is a clone?
Do I need to import javlang package any time? Why ?
How a component can be placed on Windows?
what is a non-repeatable read?
For which statements does it make sense to use a label?
Why doesn’t the focus feature on the tag work in every circumstance?
What are the design considerations while making a choice between using interface and abstract class?
What method is invoked to cause an object to begin executing as a separate thread?
What is the difference between RMI registry and OS Agent?
Is the session factory thread safe?
How can I scroll through list of pages like the search results in google?
How are the elements of a borderlayout organized?