Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Cap Gemini Java J2EE AllOther Interview Questions
Questions Answers Views Company eMail

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 7632

In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?

2 6289

When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?

1 9173

Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

2662

Post New Cap Gemini Java J2EE AllOther Interview Questions


Cap Gemini Java J2EE AllOther Interview Questions


Un-Answered Questions

for opening electrical shop, tips needed.

1466


Can we load the datatable directly using sql query ?

774


1s it posible to Create Tables Through Querydef?

1805


What are the steps to ensure the business stays relevant to the ai revolution?

546


How can you get the type of arguments passed to a function?

544






What is xhtml? Why xhtml?

553


Explain how to configure a mvg?

614


What are data types in .NET?

747


What is the mainframe testing? Categorize the mainframe manual testing?

616


Explain how transfer of context from main job to child job?

5


Is double a decimal?

596


Why MapReduce uses the key-value pair to process the data?

408


What is a Middleware Parameters ?

605


How can we run the graph?

675


Differentiate between static class and singleton instance?

598