How do you create a jar file?
Answer / Virendra Singh
To create a .jar file, follow these steps: (1) Compile your Java files using the javac command. (2) Gather the compiled class files and any necessary dependencies into a directory. (3) Create a manifest file (MANIFEST.MF). (4) Use the jar command to package the directory as a JAR file, for example: "jar cvf <output-file>.jar .".
| Is This Answer Correct ? | 0 Yes | 0 No |
How can one prove that the array is not null but empty?
Is java secure? : java security
What is use of jpa?
Spring framework ---Can somebody explain me in easily understandable format about AOP, IOC and DI, so that i can explain in interview rather than just telling what is available in net. I am not able to understand that also. I am new to Spring
How do I install eclipse?
What is a service layer in java?
Who created eclipse?
What is cloning in java?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
What does jpa mean?
If one class havent the constructor, it has normal method, then can i use super keyword to call the method form the sub class and vice verse?
What is lambda value?