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 |
How do you sort in java?
Does string isempty check for null?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Why is the main method declared static?
What is hotjava?
What are the advantages of packages in java?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
How many methods does cloneable interface contains?
Explain the different forms of polymorphism?
What are wrapper classes in java?
What is the same as procedures?
What is an class?