Is jar an executable?



Is jar an executable?..

Answer / Tanuj Saxena

Non-executable .jar files are not directly executable. To make a JAR file executable, you need to create an executable JAR (or 'fat' JAR) that includes the runtime environment and libraries required for standalone execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What is entitymanager in java?

1 Answers  


How do I run a project in netbeans?

1 Answers  


If you’re overriding the method equals() of an object, which other method you might also consider?

1 Answers  


How do I open my java console?

1 Answers  


How do you create a jar file?

1 Answers  


What is meant by annotation in java?

1 Answers  


What is jdk jre and jvm?

1 Answers  


Why doesn’t the main method throw an error with no arguments?

1 Answers  


What is ioexception in java?

1 Answers  


What is an entity in java?

1 Answers  


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

1 Answers   Sapient,


Who is at risk in java? : java security

1 Answers  


Categories