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 |
In Java, what are this() and super(), and where are you required to use them?
Why is a string immutable?
What is lifetime variable?
Why do we need hashset in java?
What is broken and continue statement?
What is a data structure java?
What is the use of a copy constructor?
What classes of exceptions, thrown by a throw statement?
What is identifier in java?
Is main a keyword in java?
What loop means?
What are scalar data types?