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
Write a program to show synchronization?
What must a class do to implement an interface?
Why won’t the jvm terminate when I close all the application windows?
What are externizable interface?
Explain ioc concept?
When a thread blocks on i/o, what state does it enter?
what are RemoteObjects?
How database connectivity in XML is achieved?
How to pass parameters in RMI?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
how i secure my site with the https protocol.what are the steps?
Can I have an action without a form?
What is the purpose of the wait(), notify(), and notifyall() methods?
Is the session factory thread safe?