What is the purpose of a transient variable?
No Answer is Posted For this Question
Be the First to Post Answer
When you declare a method as abstract method ?
What is java algorithm?
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 restrictions are placed on method overriding in java programming?
What do you understand by final value?
INTERVIEW QUESTION FOR ANDROID
In which language java is written?
What do you understand by the bean persistent property?
Is 0 a real number?
In what circumstances, compiler will supply a default constructor for a class?
How big is a gigabyte?
What is exception hierarchy in java?