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 are the four integer types supported by java?
How do you replace a string in java?
What are the java ide’s?
where do you place after you did code in java
What is the purpose of the File class?
Explain how hashmap works?
What is the largest data type in java?
Can we declare static variables in JSP page.
Define inheritance with reference to java.
How do you check if an arraylist is not empty?
how session will be expired?
What is a singleton class in Java? And How to implement a singleton class?