What is difference between classpath and path variables in java?


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

Post New Answer

More Core Java Interview Questions

When a byte datatype is used?

0 Answers  


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); } }

0 Answers  


Why is serialization required?

0 Answers  


What is the method used to get the absolute value of a number?

2 Answers  


How dead lock situation occurs in java and how you can identify it?

0 Answers  






What is boolean false?

0 Answers  


What is final class?

0 Answers  


What is parsing in java?

0 Answers  


How many bytes is a string?

0 Answers  


where do we use init()

2 Answers  


What is synchronization and why is it important in java programming?

0 Answers  


What do you understand by an io stream?

0 Answers  


Categories