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...

Core Java Interview Questions
Questions Answers Views Company eMail

Discuss 2D arrays.

Amdocs,

1103

Discuss different types of errors that generally occur while programming.

Amdocs,

1090

Explain JMS in detail.

Amdocs,

1070

Explain working of call by reference function invoking.

Amdocs,

1085

Give me example of derived data types.

Amdocs,

1208

How is Object Oriented Programming different from Procedure Oriented Programming?

Amdocs,

1094

How is a structure different from array ?

Amdocs,

1104

How will you compute size of a structure?

Amdocs,

1270

Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

Amdocs,

1374

Tell me about different OOPS concepts.

Amdocs,

1054

What are advantages and disadvantages of OOPs?

Amdocs,

1195

What are the limitations of procedural programming approach?

Amdocs,

1113

What are triggers in DB? Explain their types. How do they work?

Amdocs,

1139

What do you mean by flow of struts?

Amdocs,

1381

What is Hierarchy of exception?

Amdocs,

1145


Post New Core Java Questions

Un-Answered Questions { Core Java }

What is the difference between arraylist and hashset in java?

1244


Give us the name of the list layoutmanagers in java?

960


Can we overload the constructors?

1043


What are the steps involved to create a bean?

1216


What is difference between overloading and overriding in java?

1082


Why does java not allow multiple public classes in a java file ?

4666


What is the difference between preemptive scheduling and time slicing in java programming?

1074


What is static method with example?

1256


How do you compare values in java?

1096


Can you run java program without main method?

1117


How are observer and observable used in java programming?

1080


What are the advantages of unicode?

1057


How does compareto work in java?

1097


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

1868


What is class and object in java?

1063