What is the difference between multiple processes and multiple threads?


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

Post New Answer

More Core Java Interview Questions

what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


What do you know about the garbage collector?

0 Answers  


What is string array?

0 Answers  


Explain enumeration in java?

0 Answers  


What is math exp in java?

0 Answers  






What is the use of isempty in java?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

0 Answers  


Which Java operator is right associative?

3 Answers  


How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?

3 Answers   IBM,


What are the differences between string and stringbuffer?

0 Answers  


What is jdbc api?

0 Answers  


Categories