What best practices should you follow while writing multithreaded code in java?


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

Post New Answer

More Core Java Interview Questions

Is an integer an object?

0 Answers  


How a string is stored in memory?

0 Answers  


How to convert String into primitive datatype.

6 Answers  


What is a void in java?

0 Answers  


my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 Answers  






please write java program of instanceOf keyword implementation

2 Answers   TCS,


When can we say that threads are not lightweight process in java?

0 Answers  


What are the core java topics?

0 Answers  


What is the file extension for java?

0 Answers  


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

0 Answers  


Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?

5 Answers   Adobe,


Why stringbuffer is faster than string?

0 Answers  


Categories