- Q Explain four major dimensions of functionality of design.
- Q What is intracellular digestion?
- Q What is the rule resolution Algorithm and can you tell me how it works or search?
- Q Warren Buffet has been recently in news due to American Newspaper Business Week List of Top ___?
- Q The nationality of Ferdinand de Lesseps:
- Q How is it possible to approve a blanket release when the blanket purchase agreement is showing that the full amount has already been released?
- Q What is the difference between 8085 microprocessor and 8086 microprocessor?
- Q The ship which carried the first Indian mission to Antarctica led by S.Z.Qasim:
- Q "A floating object displaces its own weight in fluid" is essentially what principle?
- Q 1) What will happen when you attempt to compile and run the following code import java.io.*; class Base{ public static void amethod()throws FileNotFoundException{} } public class ExcepDemo extends Base{ public static void main(String argv[]){ ExcepDemo e = new ExcepDemo(); } public static void amethod(){} protected ExcepDemo(){ try{ DataInputStream din = new DataInputStream(System.in); System.out.println("Pausing"); din.readChar(); System.out.println("Continuing"); this.amethod(); }catch(IOException ioe) {} } } 1)Compile time error caused by protected constructor 2) Compile time error caused by amethod not declaring Exception 3) Runtime error caused by amethod not declaring Exception 4) Compile and run with output of "Pausing" and "Continuing" after a key is hit
- Q explain olecranon process