what is the need to set path in java? how many ways to set
path in java? Explain breif?
Answer Posted / atre sachin
with the help of set path we sets the JRE executable path location
below are the ways to set the path in environment variable
JAVA_HOME ="/java"
CLASS_PATH="/java/bin/"
PATH ="/java"
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is independent and dependent variables in research?
How do you reverse a list?
Can you explain the meaning of aggregation and composition
Where can I find jdk in my computer?
What are the wrapped, classes?
How is abstraction implemented in java ?
Can we extend a class with private constructor?
Can we store variables in local blocks?
When will you define a method as static in Java?
What is the difference between the ">>" and " >>>" operators in java?
Does java support multiple inheritance or not?
What is an object’s lock and which object’s have locks?
What do you mean by ternary operator in java?
Can we have a method name same as class name in java?
Explain 5 io best practices?