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 7099

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 5982

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

1 8978

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

2557

Post New Cap Gemini Java J2EE AllOther Interview Questions


Cap Gemini Java J2EE AllOther Interview Questions


Un-Answered Questions

Mention the differences between django, pyramid and flask.

219


What is 8051 microcontroller ?

620


What are the steps required to set the policy expression?

455


What are default access rights in teradata? What explicit right can be given to a user?

643


Explain Break-fix issue?

269






What is difference between get and post method?

567


How do you view log files in sybase?

510


What’s the relation between instance and ami?

97


Explian context variables?

238


What is the application of Dyn1 and Dyn11 vector group of transformer?

2427


Name some types of pathogens?

620


What are the roles played by packages in uml?

498


What are the features of javascript?

478


Define bootstrap.

1


What are the difference between arraylist and linkedlist from the perspective of sorting?

542