What is the difference between processes and threads?


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

Post New Answer

More Core Java Interview Questions

What is the purpose of final keyword and when to use it?

0 Answers  


explain what is transient variable in java?

0 Answers  


What is increment in java?

0 Answers  


What is java and its types?

0 Answers  


Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?

3 Answers   Aricent,






What is method in java ?

0 Answers  


Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.

4 Answers  


What is the purpose of the runtime class in java programming?

0 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What is the difference between hashmap and hashtable in java?

0 Answers  


What is the use of volatile in java?

0 Answers  


what is difference betwwen hashmap and hashtable ?

7 Answers   Fidelity,


Categories