Answer Posted / srinu
To convert Java files to jar files is easily
cmd:/>mkdir java
cmd:/>cd java
cmd:\java> jar CVF Filename.jar
Then create jar file your specified Directory
| Is This Answer Correct ? | 16 Yes | 36 No |
Post New Answer View All Answers
What is the difference between static and non-static with examples?
What is the relationship between local interfaces and container-managed relationships?
What is glasgow?
Is jvm a overhead?
Have you used threads in Servelet?
wahts is mean by dynavalidatorform in struts/
What is the form of storage space in java?
What is the purpose of the wait(), notify(), and notifyall() methods?
When a thread blocks on i/o, what state does it enter?
Do I need to import javlang package any time? Why ?
what is a portable component?
What happens when a thread cannot acquire a lock on an object?
Why is string immutable in java?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What are the different algorithms used for clustering?