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 |
What is entitymanager in java?
How do I run a project in netbeans?
If you’re overriding the method equals() of an object, which other method you might also consider?
How do I open my java console?
How do you create a jar file?
What is meant by annotation in java?
What is jdk jre and jvm?
Why doesn’t the main method throw an error with no arguments?
What is ioexception in java?
What is an entity in java?
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.
Who is at risk in java? : java security