Define Multiprogramming and Multiprocessing in java.
Life Cycle of Thread
Does list allow duplicates in java?
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..
What are thread groups?
How do you use equal in java?
What is variable in java?
Which number is denoted by leading zero in java?
What is public/private protected in java?
Is array an object in java?
What is use of map in java?
Where are the card layouts used?
What is a values collection view ?