Explain, java is compatible with all servers but not all browsers?
No Answer is Posted For this Question
Be the First to Post Answer
Tell some latest versions in JAVA related areas?
Explain Event handling in AWT?
What is array command?
What is the difference between break and continue statements?
What is command line argument
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What is the null?
What is the size of boolean variable?
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 alternatives to java serialization?
What is the difference(or similarity if there are some) between object and a variable?
What is default size of arraylist in java?