Is static variable stored in heap?
No Answer is Posted For this Question
Be the First to Post Answer
What is Session and cookies?Explain in detail with an example?
what are the analysis of an object
Who is the owner of java?
Can we override protected method in java?
How do you sort a set in java?
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
what is the difference between String s="hello"; and String s=new String("hello");?
How do you initialize an arraylist in java?
What are data structures in java?
How can we achieve thread safety in java?
What is sorting in java?