Explain where variables are created in memory?


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

Post New Answer

More Core Java Interview Questions

Define inheritance with reference to java.

0 Answers  


Where can I find jdk in my computer?

0 Answers  


what are synchronized methods and synchronized statements? : Java thread

0 Answers  


What is OOP Language?

0 Answers   Atos Origin,


how to run ecllipse with jettyserver for windows environment using batch file

0 Answers  






class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?

7 Answers   HCL, TCS,


If you are given the name of the function at run time how will you invoke the function?

0 Answers   Adobe, Yahoo,


Can you extend singleton class?

0 Answers  


what are the rules to use try catch finally?

1 Answers   Satyam, UJ,


Can you call a private data from an inner class?

6 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What is the difference between preemptive scheduling and time slicing in java programming?

0 Answers  


Categories