Explain the scope or life time of class variables or static variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

GoldMansachs Interview process....

1 Answers   Goldman Sachs,


What modifiers may be used with an inner class that is a member of an outer class in java programming?

0 Answers  


Explain wait() method of object class ?

0 Answers  


Is object a data type?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  






Explain about arraylist?

0 Answers  


What is a boolean structure?

0 Answers  


Can we extend immutable class?

0 Answers  


What is collection class in java?

0 Answers  


How many methods does cloneable interface contains?

6 Answers  


What do you understand by private, protected and public?

0 Answers  


What is the difference(or similarity if there are some) between object and a variable?

4 Answers   ME,


Categories