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 method overriding in java ?
Mention the default values of all the elements of an array defined as an instance variable.
Is a char always 1 byte?
What is singleton service?
Explain the purpose of garbage collection in Java?
What are the types of web technologies?
What is the program compilation process?
Can we have more than one package statement in source file ?
What does system.gc() and runtime.gc() methods do?
How do you know if a value is nan?
What is the difference between processes and threads?
What is the difference between scrollbar and scrollpane?
What is variable and rules of variable?
What are the different ways of creating thread?
Can a class have multiple superclasses?