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

Difference between object instantiation and construction ?

0 Answers  


Is finalize() similar to a destructor?

0 Answers  


What are the different types of sorting in java?

0 Answers  


can we create object for static class in java

14 Answers   IAP Company, IBM, Marlabs, mPortal, TCS,


What is an Exception ?

9 Answers  






What is widening and narrowing in java? Discuss with an example.

0 Answers   Amdocs,


How do you clear a method in java?

0 Answers  


Which all r Final classes in java except string?

5 Answers   HCL,


What is the difference between serial and throughput garbage collector?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


Can Anybody tell the diff b/w jdk1.6 and latest version.

2 Answers  


how many types of Inheritance?

0 Answers   Impetus,


Categories