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 scope of variable?
What is nextint java?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is the final class modifier?
How the elements are organized in GridLayout?
What happens to a static var that is defined within a method of a class?
Why we use methods in java?
what is difference between method overloading & method overridding with example?
Is null a keyword in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is the frontend and backedn in Java?
How to display arraylist values in java?