Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 9462

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 7378

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

1 10147

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

3092

Post New Cap Gemini Java J2EE AllOther Interview Questions


Cap Gemini Java J2EE AllOther Interview Questions


Un-Answered Questions

What is http only cookie?

1183


How to reset/destroy a cookie?

1204


How to call stored procedure using http soap?

1123


What are user defined exceptions?

1089


What is difference between range and arange function in python?

1018


Explain the working of manual memory management?

966


File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?

3002


What are the different types of triggers?

1189


Explain what you understand by function overloading.

1019


How to use clusters?

1009


Why viewstate is not used in mvc?

1


Why do we use swift?

842


Which one is faster ienumerable or iqueryable?

984


How does xaml relate to xml-based web service transport protocols (xp, soap, ebxml transport)? : xaml

1011


What is deque in the java collections framework? : java collections

1110