What are the two ways to create a thread?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the requirement of thread in java?

0 Answers  


Why char array is favored over string for the storage of passwords?

0 Answers  


Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.

1 Answers  


How to create an interface?

0 Answers  


how to use finalize()Method to resources

4 Answers   TCS,






What is public/private protected in java?

0 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


Explain about arraylist?

0 Answers  


What are parsers? Dom vs sax parser.

0 Answers  


What is hotjava?

0 Answers  


How many bytes are there?

0 Answers  


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

2 Answers  


Categories