Answer Posted / srinu
JVM lives on Topmost layer operating system.every operting
system contain its own JVM
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of a volatile variable?
What do you mean by singleton class in java?
who can i handle multiple client in RMI
Can an integer be a string?
What is the range of the short type?
What is java life cycle?
How many types of array are there?
Can you add null to a list java?
What is the difference between static binding and dynamic binding?
Is boolean a data type in java?
Which browsers work with java?
How does java enable high performance?
What is multi-catch block 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?
When should I use singleton?