If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is a layout manager and what are different types of layout managers available in java awt?
Describe the various concepts related to object oriented programming (oop).
whst is encapsulation?when u encpsulate actually while devoloping code?
I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?
How can we find size of the object ?
What is derived datatype?
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 palindrome in java?
Explain scope or life time of local variables in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
How can we achieve thread safety in java?
What are exception handling keywords in java?