- Q A team P of 20 engineers can complete a task in 32 days. Another team Q of 16 engineers can complete the same task in 30 days. Then the ratio of working capacity of 1 member of P to that of a member of Q is:
- Q What is the shortcut to zoom back to 100%?
- Q Who developed Yahoo
- Q First governor general of free india?
- Q Murlen National Park is located in
- Q How will you get the current date using local datetime api of java8?
- Q What will happen when you attempt to compile and run the following code public class As{ int i = 10; int j; char z= 1; boolean b; public static void main(String argv[]){ As a = new As(); a.amethod(); } public void amethod(){ System.out.println(j); System.out.println(b); } } 1) Compilation succeeds and at run time an output of 0 and false 2) Compilation succeeds and at run time an output of 0 and true 3) Compile time error b is not initialised 4) Compile time error z must be assigned a char value
- Q What's new in the .net 2.0 class library?
- Q NHB is fully owned subsidary of?
- Q As compared to diskettes, the hard disks are
- Q How do I create a java.sql.Date object?