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 11410

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 7368

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

HP, SparkTG,

2 9132

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 10396

Why java is not a pure object oriented language?

IBM,

5 9000

why java is platform independent?

IBM, SparkTG,

5 8294

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

Kiran Prakashan, TCS,

2 7015

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

DELL, Geosoft, SparkTG,

4 11101

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 10478

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

2 4806

How many types of syncronization?

2 5209

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

SparkTG, TCS,

3 7911

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

HCL,

3 8596

diffrence b\w println() and printf()

NIIT,

8 23797

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 4254


Post New Core Java Questions

Un-Answered Questions { Core Java }

When to use runnable interface vs thread class in java?

1041


What are the java ide's? Explain

1133


Can vector have duplicates in java?

996


Name and explain the types of ways which are used to pass arguments in any function in java.

1131


What does isempty () do in java?

1122


Is there a case when finally will not execute?

1064


What is Gang of four design patterns

1117


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

2486


What does s mean in regex?

1070


How can the checkbox class be used to create a radio button?

1085


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

1068


What is better - 'bit-shift a value' or 'multiply by 2'?

1266


Write an algorithm for quick sort?

1091


What is use of set in java?

1078


What are the actions that can occur when a thread enters blocked state?

1117