Is break statement can be used as labels in java?
what are Hostile Applets?
What is data member 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?
What is gui programming?
What is the differences between c++ and java? Explain
What is a numeric digit?
Explain, java is compatible with all servers but not all browsers?
What is an abstract class and what is it’s purpose?
What is method overriding in java ?
How to change value in arraylist java?
What is the length of a string?
What is tree in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Difference between static and dynamic class loading.