Tags:JAVA Questions | 337 views
What is the difference between Abstract class and Interface Or When should you use an abstract class, when an interface, when both? Or What is similarities/difference between an Abstract class and Interface? Or What is the difference between interface and an abstract class?1. Abstract class is a class which contain one or more abstract methods, [...]
Tags:Unix/Linux Questions | 162 views
What is MUTEX ? What isthe difference between a ‘thread’ and a ‘process’? What is INODE? Explain the working of Virtual Memory. How does Windows NT supports Multitasking? Explain the Unix Kernel. What is Concurrency? Expain with example Deadlock and Starvation. What are your solution strategies for “Dining Philosophers Problem” ? Explain Memory Partitioning, Paging, [...]
Tags:Unix/Linux Questions | 390 views
What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. What’s the difference between include and require? – It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the [...]
Tags:Unix/Linux Questions | 147 views
How many memory layers are in the shared pool? How do you find out from the RMAN catalog if a particular archive log has been backed-up? How can you tell how much space is left on a given file system and how much space each of the file system’s subdirectories take-up? Define the SGA and [...]