What about interthread communication and how it takes place in java?


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

Post New Answer

More Core Java Interview Questions

Tell me about different OOPS concepts.

0 Answers   Amdocs,


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


How objects of a class are created if no constructor is defined in the class?

0 Answers  


What is data structure in java?

0 Answers  


What are the problems faced by java programmers who don't use layout managers?

0 Answers  






Describe 2 different ways to concatenate two strings.

0 Answers   TCS,


What is the difference between char and char *?

0 Answers  


What is stack explain?

0 Answers  


What are the three parts of a lambda expression?

0 Answers  


What are the uses of java?

0 Answers  


Does java support function overloading, pointers, structures, unions or linked lists?

0 Answers  


Why stringbuilder is not thread safe?

0 Answers  


Categories