how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
What is complexity and its types?
wht is mean by dirty read?
What are thread groups?
how can we import the user defined package without classpath?
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.
What do you understand by the term wrapper classes?
what is predefined function in java?
What is preparedstatement in java?
What’s the difference between unit, integration and functional testing?
What means public static?
In case of inheritance what is the execution order of constructor and destructor?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?