How many Java environments are there?
Answer Posted / javamasque
There are two java environments
• JDK – Java development environment
• JRE – Java runtime environment
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the importance of thread scheduler in java?
Explain the transient field modifier?
What is a arraylist in java?
What does index mean in java?
What is class level lock ?
How do you stop a thread in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What restrictions are placed on method overriding?
What is bufferedwriter?
What is the diffrence between inner class and nested class?
Does java runtime require a license?
What is a function in java?
What are the 4 types of characters?
What is use of a abstract variable?
Explain abstract class in java?