Is jdk required on each machine to run a java program?


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

Post New Answer

More Core Java Interview Questions

Difference between Encapsulation and Abstraction

4 Answers   Fidelity,


Which is better singleton or static class?

0 Answers  


how you will prevent method overriding?

6 Answers   HCL,


What is nullpointerexception in java?

0 Answers  


how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?

2 Answers  






Why is singleton not thread safe?

0 Answers  


Name the package that always imported by default?

4 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


How do you remove an element from an arraylist in java?

0 Answers  


What is the formula to calculate percentage?

0 Answers  


Explain enumeration in java?

0 Answers  


What is the abstraction?

0 Answers  


Categories