How to know the host from which Applet is originated?
Post New Answer View All Answers
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 purpose of the wait(), notify(), and notifyall() methods? : Java thread
What are runtime exceptions?
Can a class have multiple subclasses?
Explain wait(), notify() and notifyall() methods of object class ?
What is the right data type to represent a price in java?
What is difference between hashset and hashmap?
Does sprintf add a null terminator?
What are passing parameters?
What is formatted output in java?
Can you explain the private protected field modifier?
Implementations of set interface?
What is the maximum size of array in java?
What are the benefits of immutable objects?
How to do encapsulation in java?