Core Java Interview Questions
Questions Answers Views Company eMail

what is the need of the Ajax?

iFlex,

5 6909

I want to know the host name and provider name for tcs web mail

RSG, TCS,

5 17575

How Array List can be Serialized.

Polaris,

7 13129

Why we use static and synchronized in method for single thread model example: public static synchronized add(){}

2 5216

what is main difference b/w abstract class and interface

4 6748

if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...

10 30501

why interfaces are faster than abstract classes?

4 18557

how to call a method in different package?

4 19190

How to create two different thread class inside a main function?

1 4353

why String class is immutable.

iGate,

5 12053

How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)

ProdEx Technologies,

3 7685

what is aberivation of java?

14 15307

explain about jre and jvm

2 6391

what is difference between abstract and interface? can i give real time example for the two topics?

7 10702

Is java is a fully object object oriented language?

TCS,

31 29262


Post New Core Java Questions

Un-Answered Questions { Core Java }

What does it mean that a method or field is “static”?

543


How do you use compareto in java?

547


What are the special characters?

529


What are the rules for variable declaration?

496


What is a char in java?

526






Java Compiler is stored in JDK, JRE or JVM?

1043


What is final method?

576


Can I extend singleton class in java?

618


What is main function purpose?

513


What are the supported platforms by java programming language?

554


How do generics work?

510


What is a treeset in java?

540


What is the use of set in java?

604


Does isempty check for null?

543


Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx

1595