Explain parallel processing in java8?


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

Post New Answer

More Core Java Interview Questions

Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


What is a method in coding?

0 Answers  


what is request dispatcher and how does it work?

2 Answers   CTS,


What comes to mind when someone mentions a shallow copy in java?

0 Answers  






what are the differences between java and .net?..why u choose java?

1 Answers  


Difference between method overloading and overriding.

0 Answers  


What is proper subset?

0 Answers  


Why is stringbuffer thread safe?

0 Answers  


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

0 Answers  


Why runnable interface is used in java?

0 Answers  


What is linkedlist in java?

0 Answers  


Categories