Explain about automatic type conversion in java?
Inorder to specify a container?s layout, which method is used?
Java support what type of parameter passing ?
How do you find the absolute value?
What advantage does an entity bean have over a sessin bean?
What technique is carried out to find out if a particular string is empty?
How does JAVA ClassLoader work?
why we cannot declare static variable inside a static method
Can an interface extend another interface?
How many wrapper classes are there in java?
Write a program to check string is palindrome without using loop?
What is the specification of ?CODEBASE? in an applet?
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?