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
Which component handles cluster communication in jboss?
What is table mutation and how do you avoid it?
What must a class do to implement an interface?
What are local interfaces? Describe.
Which container method is used to cause a container to be laid out and redisplayed?
Do I need to import javlang package any time? Why ?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is Remote Server?
What is a policy?
Explain RMI Architecture?
What are the difference between RMI and CORBA?
why static class in java
What is metaspace?
What is an abstract method?
How is a java object message delivered to a non-java client?