how convert java file to jar files?

Answer Posted / syamsunder

We can convert the filename and .classFile name by using command prompt...........like this

jar -cvf <filename.jar> <filename.class>

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

581


What are the difference between RMI and CORBA?

619


How to deploy Jar, War files in J2EE?

2169


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1361


What is clustering? What are the different algorithms used for clustering?

576






the same information whether it will connect to the database or it will be used previous information?

570


What is a class loader? What are the different class loaders used by jvm?

583


Explain ioc concept?

622


What is the difference between the session.update() method and the session.lock() method?

554


What are the call back methods in entity bean?

557


What is the purpose of the finally clause of a try-catch-finally statement?

555


What are the benefits of detached objects?

582


Is “abc” a primitive value?

615


What is bean? Where can it be used?

575


What modifiers may be used with an interface declaration?

558