what do you mean by classloader in java?


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

Post New Answer

More Core Java Interview Questions

why would you use a synchronized block vs. Synchronized method? : Java thread

0 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  


Difference between notify() method and notifyall() method in java?

0 Answers  


What is static keyword in java?

0 Answers  


Nested classes VS Inner classes?

3 Answers   Infosys,






how do you store phone numbers using java collections

5 Answers   Bosch, IBAB,


What is mean by encoding?

0 Answers  


how to print the below in java? * * * * * * * * *

2 Answers  


why we cannot declare static variable inside a static method

4 Answers  


What is an array length?

0 Answers  


Explain the difference between jvm and jre?

0 Answers  


What are the Main functions of Java?

0 Answers   Akamai Technologies,


Categories