Core Java Interview Questions
Questions Answers Views Company eMail

Tell me about your ability to work under pressure

AXA,

1799

Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?

2 4824

hr interview how many minutes asking question

1594

please send me hr interview questions in it industry

1706

How to Sort Strings which are given in List and display in ascending order without using java api.

LIC,

1 3832

How to Sort list of Strings in ascending order without using java api.

HCL, NIIT,

1 12569

If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?

5 7394

aabccdee Find the used alphabets as abcde ?

4 4965

there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

Manhattan,

1600

solve (x-1)(x-9)=8;

IBM, Manhattan, TCS,

3 4508

what type of questions asked for barclays technologies pune please send urgent

5272

take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..

Emphasis,

2 7765

what is object slice?

HTC, TCS,

2 7358

Java does not support multiple inheritance. how interface helps in the same?

TCS,

5 8196

why abstract class does not have object creation

Value Labs,

6 10879


Post New Core Java Questions

Un-Answered Questions { Core Java }

What is nullpointerexception in java?

557


what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

525


What is main function purpose?

557


Write a program in java to find the maximum and minimum value node from a circular linked list.

554


What data type is true or false?

615






What are assembly attributes?

584


What is java and their uses?

583


Explain with example the concept of constant variable in java.

673


What is the this keyword?

584


Explain notifyall() method of object class ?

701


How can we access some class in another class in java?

594


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

583


What does || mean in vectors?

516


What is an example of procedure?

550


Why are getters and setters used?

606