explain the difference between jdk and jvm?


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

Post New Answer

More Core Java Interview Questions

What's the access scope of protected access specifier?

0 Answers  


How to do validation of the fields in any project ?

2 Answers  


How do you avoid global variables?

0 Answers  


What are Encapsulation, Polymorphism and Inheritance?

5 Answers  


what is meant by package in java?

5 Answers  






What is difference between this and super keyword?

0 Answers  


What are the fileinputstream and fileoutputstream?

0 Answers  


Difference between string, string builder, and string buffer?

0 Answers  


What is a reflection package?

2 Answers  


This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?

3 Answers  


Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.

1 Answers  


What are the advantages of arraylist over arrays?

0 Answers  


Categories