what is meta-Inf?
Answers were Sorted based on User's Feedback
Answer / spradhan
META-INF contains meta information ,manifest-version of the
files and it is Created by ApacheAnt.
-->Inside meta-inf you can find .jar,.xml file.
-->contained within .ear & .war files.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / hema
Its purpose is to contain meta information about the files
contained within a jar and war files.
| Is This Answer Correct ? | 10 Yes | 3 No |
Can an unreachable object become reachable again?
What is a final class ?
Can list be null in java?
Why cant we define System.out.println() inside a class directly?
What does this mean java?
how we can create packages in java?
What is a class reference?
What are the states of thread in java?
Which class cannot be a subclass in java?
What is JIT ?
what is use of threads how many ways to create thread
What is the default initialized value of a boolean type variable?