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
What does i ++ mean in Java?
What is the difference between a field variable and a local variable?
Can we compare two strings in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is a singleton class in Java?
How define set in java?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is boolean query?
What does compareto () do in java?
Java is pass by value or pass by reference? Explain
How many inner classes can a class have?
Explain importance of throws keyword in java?
What is the purpose of garbage collection in java, and when is it used?
Is age discrete or continuous?
What is a ternary operator in java? What is an interface?