What is bom encoding?
No Answer is Posted For this Question
Be the First to Post Answer
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.
When you declare a method as abstract method ?
How are java objects passed to a method and what are native methods?
What is mean by UML? what is the use? where we are using?
What is abstract class constructor called?
how to handle exceptions in core applications?
What happens if an exception is throws from an object's constructor?
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 static block?
What are basic keywords?
Difference between start() and run() method of thread class?
Should you use singleton pattern?