Can java cast null?
No Answer is Posted For this Question
Be the First to Post Answer
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is the root class for all Java classes?
What is treeset in java collection?
List java api that supports threads?
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 do you understand by an io stream?
What is method and methodology?
Explain constructors and types of constructors in java.
What is collections framework?
What is the flag in java?
Explain wrapper classes in java?
what is the difference b/w PUT and POST method to send data to the server