Explain about public and private access specifiers?
What is meant by class?
What is meant by class loader? How many types are there?
What is flag in java?
Is static a keyword in java?
please send me hr interview questions in it industry
What will happen if static modifier is removed from the signature of the main method?
what is the final keyword denotes in java?
Explain importance of inheritance in java?
Can array grow dynamically in java?
What is difference between hashset and hashmap?
What is api data?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
what is aggregation in 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?