How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
6 9463In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
2 7378When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
1 10148Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
3092What is the difference between Enumeration and Iteration interfaces? What is the way of to retreive the objects from these interfaces ?
1 6116Please provide me the the difference between Procure to Pay(P2P),Buy to Pay(B2P)and Invoice to Pay(I2P)
2 224981.In SAP T-code MIR 44 is used for what purpose? 2. What are the entires for Depreciation? 3.Trade discount comes under; a.trading account b.P/L account c. balance sheet 4. T- code F-44 is used to reverse po entry?
2 5479Why we should assign a condition type (ex:pr00)while determining pricing procedure,if we assign PR00 why we should assign that condition type.
2 10069Post New Cap Gemini Interview Questions
When you prefer lsmw?
Define hibernate and hql?
What do time profiles do?
Describe how Smart Identification is used
What is the normalization?
What is the use of special periods?
Explain what is a deadlock and mention how it can be resolved?
How to understand the problems faced during data analysis?
What is an indicator electrode?
How can you drive digital traffic to our site immediately?
how could we know the size of cable by physical view?
What is cookie in php with example?
What is structure packing in c?
How to pivot row data using informatica?
What type of information do you enter to define for a server definition?