List some oops concepts in java?
What is function overriding and overloading in java?
How many bytes are there?
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?
Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?
Is 0 true or false?
Is a string literal?
Which are thin and thicK wrapper Class's in Java?
Difference between final and effectively final ?
What is hash in java?
Explain differences between checked and unchecked exceptions in java?
What is the size of an array?
How do you create a null object?