WHAT IS JDK,JVM,CLASS DEFINE ALL?

Answer Posted / vamsi

jdk:java devlopement Kit
jvm:java verchuval machine
class:class is model for creating objects,it is a physically
not exist in the world

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are loops in java?

810


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

1655


Can you declare a private method as static?

933


What is immutable state?

752


Can the garbage collection be forced by any means?

737


What is space character in java?

809


Can we define private and protected modifiers for variables in interfaces?

835


What is an escape character in java?

792


What is hash in java?

726


What are the topics in advance java?

732


Can you have two constructors in java?

709


What do you understand by synchronization?

809


What are the 4 versions of java?

873


When arithmeticexception is thrown?

812


What is collections framework?

860