WHAT IS JDK,JVM,CLASS DEFINE ALL?
Answers were Sorted based on User's Feedback
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 |
Answer / ranjith
class is nothing but set of objects or blueprint of an object
| Is This Answer Correct ? | 2 Yes | 0 No |
what is static import in java? Explain
How long will it take to learn java?
Is hashset sorted in java?
String is mutable or immutable?
what is the difference between cd & dvd ?
30 Answers Lovely Professional University, Satyam, Sibylsys,
Explain the use of javap tool.
Explain about java sdk?
Is a char always 1 byte?
abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }
Which variables are stored in heap?
What do you mean by hashing?
What language is an assembler written in?