WHAT IS JDK,JVM,CLASS DEFINE ALL?

Answers were Sorted based on User's Feedback



WHAT IS JDK,JVM,CLASS DEFINE ALL?..

Answer / 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

WHAT IS JDK,JVM,CLASS DEFINE ALL?..

Answer / ranjith

class is nothing but set of objects or blueprint of an object

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?

0 Answers  


Which collection does not allow duplicates in java?

0 Answers  


Give me an example of array and linked list? Where they can be used?

0 Answers   Ericsson,


What is an immutable class? How to create an immutable class?

0 Answers  


Write a program to search a number in the given list of numbers.

0 Answers   Honeywell,






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

2 Answers  


Can you inherit from an abstract class java?

0 Answers  


What is a method declaration?

0 Answers  


What is stop(), suspend(), resume() method?

3 Answers  


Which package is always imported by default?

0 Answers  


What is the integer of 16?

0 Answers  


What will happen if we cannot mention "finally" in Java Program ???

3 Answers   PWC,


Categories