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
Which textcomponent method is used to set a textcomponent to the read-only state?
Define the remote object implementation?
What is clustering? What are the different algorithms used for clustering?
What is the difference between system.out ,system.err and system.in?
Why a client should be multithreading? Explain.
Name three subclasses of the component class?
what is handle?
Which component handles cluster communication in jboss?
Name three component subclasses that support painting?
What class is the top of the awt event hierarchy?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
How are commas used in the intialization and iteration parts of a for statement?
How database connectivity in XML is achieved?
Name the eight primitive java types.
What is the relationship between an event-listener interface and an event-adapter class?