Define Multiprogramming and Multiprocessing in java.


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

Post New Answer

More Core Java Interview Questions

Life Cycle of Thread

4 Answers   IBM,


Does list allow duplicates in java?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What are thread groups?

0 Answers  


How do you use equal in java?

0 Answers  


What is variable in java?

0 Answers  


Which number is denoted by leading zero in java?

0 Answers  


What is public/private protected in java?

0 Answers  


Is array an object in java?

0 Answers  


What is use of map in java?

0 Answers  


Where are the card layouts used?

0 Answers  


What is a values collection view ?

0 Answers  


Categories