Explain thread in java?


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

Post New Answer

More Core Java Interview Questions

What is difference in between java class and bean?

0 Answers  


Difference between ‘is-a’ and ‘has-a’ relationship in java?

0 Answers  


What is constant in programming?

0 Answers  


What is lambda programming?

0 Answers  


Can you run java program without main method?

0 Answers  






Detail discussions on JVM, memory management and garbage collector.

0 Answers   Expedia,


Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?

3 Answers   Aricent,


What are virtual methods?

1 Answers   TCS,


What is runtime polymorphism or dynamic method dispatch?

0 Answers  


How to find the given number is a prime number or not by getting input from the user

0 Answers  


Can we access the non-final local variable, inside the local inner class?

0 Answers  


Can java inner class be static?

0 Answers  


Categories