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 |
What do you mean by local class?
What is super in java?
Explain method local inner classes ?
What is the syntax and characteristics of a lambda expression?
What is class and its types?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is module in project?
What is the Vector class?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Explain about the performance aspects of core java?
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
What is a singleton class in Java?