- Q Problem in calling DLL functions.
- Q List other 4 IP products EM is integrated to.
- Q Examine the following code which includes an inner class: public final class Test4 implements A { class Inner { void test() { if (Test4.this.flag); { sample(); } } } private boolean flag = false; public void sample() { System.out.println("Sample"); } public Test4() { (new Inner()).test(); } public static void main(String args []) { new Test4(); } } What is the result: A. Prints out "Sample" B. Program produces no output but terminates correctly. C. Program does not terminate. D. The program will not compile Select the most appropriate answer.
- Q What infotypes are used in travel management?
- Q What is the difference between Datawarehouse and OLAP?
- Q Tell me about a project that you planned. How did your organize and schedule the tasks?
- Q Explain how you can edit crystal reports layout in sap business one?
- Q Who was made the Home Minister when Jawaharlal Nehru formed the Interim Government in 1946 ?
- Q 2 batsman are on 94 notout,need to win 7 runs off 2 balls,both hit a century? how it is possible?
- Q List the positive aspects of globalization which affecting the environment?
- Q How to disable browser forward and backward button in jquery?