Is static variable stored in heap?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Resultset and Rowset.
What is the frontend and backedn in Java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Give us a program to check for parenthesis matching using stack.
What are structs in java?
Which collection allows duplicate values 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..
Explain the difference between abstract classes and interfaces in java?
What is JAVA? Why it is platform independent?
What is queue in java?
Is Java is 100% pure OOPS? Explain?
What is the use of volatile in java?