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
What is the difference between the font and fontmetrics classes?
what is a portable component?
Should synchronization primitives be used on bean methods?
How database connectivity in XML is achieved?
Explain about RMI Architecture?
Define prototype?
What are the difference between RMI and CORBA?
What restrictions are placed on the location of a package statement within a source code file?
What are the steps to write p-to-p model application?
What is message driven beam?
What is abstract schema?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What value does readline() return when it has reached the end of a file?
what are the activation groupworks?
Which containers use a border layout as their default layout?