Explain jdk, jre and jvm?
No Answer is Posted For this Question
Be the First to Post Answer
What does java se mean?
can abstract class have constructor how can you achive this ?
What does next mean in java?
Can we define private and protected modifiers for variables in interfaces?
Is java same as core java?
How many bytes is a char in java?
What is a local block?
What are the parts of a method?
Explain the use of volatile field modifier?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
What access modifiers can be used for variables?
What is difference between path and classpath?