how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
Is object a data type in java?
In which order the iterator iterates over collection?
When should I use a singleton?
What are the types of literals?
How can constructor chaining be done by using the super keyword?
When is the garbage collection used in Java?
What is the use of TL?
What is %d in printf?
How many bits is size_t?
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
where to use join method and explain with real time senario?and programatical explenation also..