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

which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

HP, SparkTG,

6 11214

how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?

HP, SparkTG,

1 7281

what is object type casting? give some example with related?

HP, SparkTG,

2 9025

suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible

HP, Wipro,

6 10208

Why java is not a pure object oriented language?

IBM,

5 8822

why java is platform independent?

IBM, SparkTG,

5 8125

how to run servlet program between two computer through the internet ?

Kiran Prakashan, TCS,

2 6910

can you use the two main method in same class?how?

DELL, Geosoft, SparkTG,

4 10910

java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.

HCL, Wipro,

7 10225

When we give defination of interface method in the class why method must be public???

2 4702

How many types of syncronization?

2 5108

What is race condition ?? (Threading concept) TCS 2 sept10

SparkTG, TCS,

3 7787

why we write public static void main (String args[]) in core java plz explain briefly??????????????????

HCL,

3 8477

diffrence b\w println() and printf()

NIIT,

8 23518

if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 4163


Post New Core Java Questions

Un-Answered Questions { Core Java }

Explain importance of finally block in java?

1041


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)

1819


What is the use of singleton class?

971


What is class forname used for?

1051


How many bits is a boolean?

1090


What is a parameter in matrices?

1055


When arithmeticexception is thrown?

1034


Which package is imported by default?

1083


What is a concrete classes? Is Java object class is concrete class?

984


What is casting in java programming?

1041


What is the use of http-tunneling in rmi?

1052


Describe 2 different ways to concatenate two strings.

1206


What is strings in java?

1049


Why are the methods of the math class static?

1077


Why do we use return statement?

1046