what is thread? : Java thread


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

Post New Answer

More Core Java Interview Questions

If system.exit (0); is written at the end of the try block, will the finally block still execute?

0 Answers  


What is an infinite loop in java? Explain with an example.

0 Answers  


Explain treeset?

0 Answers  


Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

4 Answers   Cap Gemini,


What modifiers are used with an inner class which is a member of an outerclass?

1 Answers  






What are unchecked exceptions in java?

0 Answers  


Explain the importance of throwable class and its methods?

0 Answers  


what are the uses of Class class and what it returns? explain it with the example code.

1 Answers  


What is extension method in java?

0 Answers  


Which is not Object in Java?

10 Answers   Honeywell,


What is gc()?

0 Answers  


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

0 Answers   Akamai Technologies,


Categories